Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
Bump version number to 1.2.1
  • Loading branch information
Brian Dorfman committed Sep 28, 2015
1 parent e099e89 commit 48bb13c
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"
s.version = "1.2.1"
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 => 'v1.2' }
s.source = { :git => "https://github.com/foursquare/foursquare-ios-oauth.git",:tag => 'v1.2.1' }
s.platform = :ios
s.source_files = 'FSOAuth.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 48bb13c

Please sign in to comment.