diff --git a/Cartfile b/Cartfile index c6cfb66..2f47a31 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "rbaumbach/SimpleOAuth2" == 0.1.2 +github "rbaumbach/SimpleOAuth2" == 0.1.3 github "jdg/MBProgressHUD" >= 0.9 diff --git a/Cartfile.resolved b/Cartfile.resolved index 1531ff7..e17f368 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,3 +1,3 @@ github "AFNetworking/AFNetworking" "3.1.0" github "jdg/MBProgressHUD" "1.0.0" -github "rbaumbach/SimpleOAuth2" "0.1.2" +github "rbaumbach/SimpleOAuth2" "0.1.3" diff --git a/InstagramSimpleOAuth.podspec b/InstagramSimpleOAuth.podspec index 547dcfe..81fdfd3 100644 --- a/InstagramSimpleOAuth.podspec +++ b/InstagramSimpleOAuth.podspec @@ -14,6 +14,6 @@ Pod::Spec.new do |s| s.source_files = 'InstagramSimpleOAuth/Source/*.{h,m}' s.resources = 'InstagramSimpleOAuth/Source/*.xib' - s.dependency 'SimpleOAuth2', '0.1.2' + s.dependency 'SimpleOAuth2', '0.1.3' s.dependency 'MBProgressHUD', '>= 0.9' end