File tree 2 files changed +3
-3
lines changed
InstagramSimpleOAuth/Supporting Files
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'InstagramSimpleOAuth'
3
- s . version = '0.5.0 '
3
+ s . version = '0.5.1 '
4
4
s . summary = 'A quick and simple way to authenticate an Instagram user in your iPhone or iPad app.'
5
5
s . homepage = 'https://github.com/rbaumbach/InstagramSimpleOAuth'
6
6
s . license = { :type => 'MIT' , :file => 'MIT-LICENSE.txt' }
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14
14
s . source_files = 'InstagramSimpleOAuth/Source/*.{h,m}'
15
15
s . resources = 'InstagramSimpleOAuth/Resources/*.xib'
16
16
17
- s . dependency 'SimpleOAuth2' , '0.1.4 '
17
+ s . dependency 'SimpleOAuth2' , '0.1.5 '
18
18
s . dependency 'MBProgressHUD' , '>= 0.9'
19
19
end
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.5.0 </string >
18
+ <string >0.5.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments