-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|