Skip to content

Commit

Permalink
Merge pull request #5341 from Constantine-Fry/master
Browse files Browse the repository at this point in the history
Update Foursquare-API-v2 to 1.4.0
  • Loading branch information
keith committed Nov 9, 2013
2 parents 60bd92b + ab3ba55 commit dbe641b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Foursquare-API-v2/1.4.0/Foursquare-API-v2.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "Foursquare-API-v2"
s.version = "1.4.0"
s.summary = "Objective-C Foursquare API v2. With native authorisation now."
s.homepage = "https://github.com/Constantine-Fry/Foursquare-API-v2"
s.screenshots = "https://raw.github.com/Constantine-Fry/Foursquare-API-v2/master/img/photo2.PNG"
s.license = 'MIT'
s.author = { "Constantine Fry" => "constantine.fry@gmail.com" }
s.source = { :git => "https://github.com/Constantine-Fry/Foursquare-API-v2.git", :tag => "1.4.0", :submodules => 'true' }
s.platform = :ios, '5.0'
s.source_files = 'Classes', 'Foursquare2/**/*.{h,m}'
s.exclude_files = 'Foursquare2/submodule'
s.resources = 'Foursquare2/*.png', 'Foursquare2/**/*.{xib}'
s.requires_arc = true
s.dependency 'FSOAuth'
end

0 comments on commit dbe641b

Please sign in to comment.