Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8 from a2/podspec
Browse files Browse the repository at this point in the history
Update CocoaPods spec
  • Loading branch information
Felix Jendrusch committed Mar 27, 2015
2 parents 0d68fbe + 68913be commit d078d1c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Pistachio.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "Pistachio"
s.version = "0.1.2"
s.summary = "Functional model framework for Swift"
s.description = "Create adapters for your models functionally and type safe."
s.homepage = "https://github.com/felixjendrusch/Pistachio"
s.license = "MIT"
s.author = { "Felix Jendrusch" => "felix@felixjendrusch.is" }
s.social_media_url = "http://twitter.com/felixjendrusch"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.source = { :git => "https://github.com/felixjendrusch/Pistachio.git", :tag => "#{s.version}" }
s.source_files = "Pistachio/*.swift"
s.dependency "LlamaKit", "~> 0.5.0"
end

0 comments on commit d078d1c

Please sign in to comment.