Skip to content

Commit 388acc3

Browse files
committed
Less restrictive JXHTTP versioning
1 parent 513305b commit 388acc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TMTumblrSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TMTumblrSDK'
3-
s.version = '1.1.0'
3+
s.version = '1.1.1'
44
s.summary = 'An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.'
55
s.author = { 'Bryan Irace' => '[email protected]' }
66
s.homepage = 'http://tumblr.github.com/TMTumblrSDK'
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525

2626
s.subspec 'APIClient' do |ss|
2727
ss.source_files = 'TMTumblrSDK/APIClient'
28-
ss.dependency 'JXHTTP', '1.0.0'
28+
ss.dependency 'JXHTTP', '~> 1.0'
2929

3030
ss.subspec 'Authentication' do |sss|
3131
sss.source_files = 'TMTumblrSDK/Authentication'

0 commit comments

Comments
 (0)