Skip to content

Commit

Permalink
Bump SimpleOAuth2 version to v0.1.3 with resolved header issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaumbach committed Apr 25, 2017
1 parent 60150bf commit 307e1a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "rbaumbach/SimpleOAuth2" == 0.1.2
github "rbaumbach/SimpleOAuth2" == 0.1.3
github "jdg/MBProgressHUD" >= 0.9
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion InstagramSimpleOAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 307e1a9

Please sign in to comment.