We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513305b commit 388acc3Copy full SHA for 388acc3
TMTumblrSDK.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'TMTumblrSDK'
3
- s.version = '1.1.0'
+ s.version = '1.1.1'
4
s.summary = 'An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.'
5
s.author = { 'Bryan Irace' => '[email protected]' }
6
s.homepage = 'http://tumblr.github.com/TMTumblrSDK'
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
25
26
s.subspec 'APIClient' do |ss|
27
ss.source_files = 'TMTumblrSDK/APIClient'
28
- ss.dependency 'JXHTTP', '1.0.0'
+ ss.dependency 'JXHTTP', '~> 1.0'
29
30
ss.subspec 'Authentication' do |sss|
31
sss.source_files = 'TMTumblrSDK/Authentication'
0 commit comments