From 1123e17182b405f70201b6dc9d28657e568940dc Mon Sep 17 00:00:00 2001 From: Mitch Livingston Date: Wed, 11 May 2016 11:00:59 -0400 Subject: [PATCH] bump podspec to 1.3 --- FSOAuth.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FSOAuth.podspec b/FSOAuth.podspec index 393d515..73ac2ed 100644 --- a/FSOAuth.podspec +++ b/FSOAuth.podspec @@ -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" => "bdorfman@foursquare.com" } - 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