Skip to content

Commit 307e1a9

Browse files
committed
Bump SimpleOAuth2 version to v0.1.3 with resolved header issue
1 parent 60150bf commit 307e1a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "rbaumbach/SimpleOAuth2" == 0.1.2
1+
github "rbaumbach/SimpleOAuth2" == 0.1.3
22
github "jdg/MBProgressHUD" >= 0.9

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "AFNetworking/AFNetworking" "3.1.0"
22
github "jdg/MBProgressHUD" "1.0.0"
3-
github "rbaumbach/SimpleOAuth2" "0.1.2"
3+
github "rbaumbach/SimpleOAuth2" "0.1.3"

InstagramSimpleOAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414
s.source_files = 'InstagramSimpleOAuth/Source/*.{h,m}'
1515
s.resources = 'InstagramSimpleOAuth/Source/*.xib'
1616

17-
s.dependency 'SimpleOAuth2', '0.1.2'
17+
s.dependency 'SimpleOAuth2', '0.1.3'
1818
s.dependency 'MBProgressHUD', '>= 0.9'
1919
end

0 commit comments

Comments
 (0)