From 307e1a962a460f49b48b6bf59849ef34d3ae8f47 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 24 Apr 2017 21:38:42 -0700 Subject: [PATCH] Bump SimpleOAuth2 version to v0.1.3 with resolved header issue --- Cartfile | 2 +- Cartfile.resolved | 2 +- InstagramSimpleOAuth.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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