Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Adding podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Csaba Szabo committed Jun 19, 2015
1 parent 942e52f commit 726a485
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Dixie.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|

s.name = "Dixie"
s.version = "1.0"
s.summary = "An alternative mocking framework."
s.license = "Apache License 2.0"
s.homepage = "https://medium.com/@Skyscanner/dixie-turning-chaos-to-your-advantage-4f3749e6d485"

s.author = { "Peter Adam Wiesner" => "peter.wiesner@skyscanner.net", "Zsolt Varnai" => "zsolt.varnai@skyscanner.net", "Csaba Szabo" => "csaba.szabo@skyscanner.net", "Zsombor Fuszenecker" => "zsombor.fuszenecker@skyscanner.net"}

s.platform = :ios

s.source = { :git => "https://github.com/Skyscanner/Dixie.git", tag:s.version.to_s}

s.source_files = "Dixie/Dixie/**/*.{h,m}"
s.public_header_files = "Dixie/Dixie/**/*.h"
s.requires_arc = true

end

0 comments on commit 726a485

Please sign in to comment.