Skip to content

Commit

Permalink
Merge pull request #30 from the-grid/podspec
Browse files Browse the repository at this point in the history
Podspec
  • Loading branch information
nickvelloff authored Jun 21, 2016
2 parents 0812e1c + 158f123 commit 76e7a49
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "edwardaux/Ogra" ~> 3.0.0
github "thoughtbot/Argo" ~> 3.0.0
github "thoughtbot/Swish" "b5235f052655c0f30b3eace45a414e51b8eceaf7"
github "thoughtbot/Swish" ~> 1.0.0
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github "thoughtbot/Argo" "v3.0.1"
github "kylef/Mockingjay" "050f003777702972b0bf72dcdc26207ada566342"
github "Quick/Nimble" "v4.0.1"
github "Quick/Nimble" "v4.1.0"
github "Quick/Quick" "v0.9.2"
github "antitypical/Result" "2.0.0"
github "antitypical/Result" "2.1.1"
github "the-grid/MockingjayMatchers" "0.2.0"
github "edwardaux/Ogra" "3.0.0"
github "thoughtbot/Swish" "b5235f052655c0f30b3eace45a414e51b8eceaf7"
github "thoughtbot/Swish" "v1.0.0"
17 changes: 17 additions & 0 deletions Disc.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "Disc"
s.version = "0.5.9"
s.summary = "An API client for Grid Passport."
s.homepage = "https://github.com/the-grid/Disc"
s.license = { :type => "MIT" }
s.author = { "Nick Velloff" => "[email protected]" }
s.social_media_url = "https://twitter.com/nickvelloff"
s.platform = :ios
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/the-grid/Disc.git", :tag => "#{s.version}" }
s.source_files = "Classes", "Disc/**/*.swift"
s.requires_arc = true
s.dependency "Swish", "~> 1.0.0"
s.dependency "Argo", "~> 3.0.0"
s.dependency "Ogra", "~> 3.0.0"
end

0 comments on commit 76e7a49

Please sign in to comment.