Skip to content

Commit

Permalink
Less restrictive JXHTTP versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
irace committed Oct 21, 2014
1 parent 513305b commit 388acc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TMTumblrSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TMTumblrSDK'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.'
s.author = { 'Bryan Irace' => 'bryan@tumblr.com' }
s.homepage = 'http://tumblr.github.com/TMTumblrSDK'
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|

s.subspec 'APIClient' do |ss|
ss.source_files = 'TMTumblrSDK/APIClient'
ss.dependency 'JXHTTP', '1.0.0'
ss.dependency 'JXHTTP', '~> 1.0'

ss.subspec 'Authentication' do |sss|
sss.source_files = 'TMTumblrSDK/Authentication'
Expand Down

0 comments on commit 388acc3

Please sign in to comment.