Skip to content

Commit

Permalink
bump podspec to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Livingston committed May 11, 2016
1 parent 62a0f46 commit 1123e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FSOAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "FSOAuth"
s.version = "1.2.1"
s.version = "1.3"
s.summary = "Foursquare native auth makes it easier for users of your app to connect to Foursquare."
s.homepage = "http://developer.foursquare.com/"
s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
s.author = { "Brian Dorfman" => "[email protected]" }
s.source = { :git => "https://github.com/foursquare/foursquare-ios-oauth.git",:tag => '1.2.1' }
s.source = { :git => "https://github.com/foursquare/foursquare-ios-oauth.git",:tag => '1.3' }
s.platform = :ios
s.source_files = 'FSOAuth.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 1123e17

Please sign in to comment.