Skip to content

Commit

Permalink
Refer to JXHTTP using module name for framework support
Browse files Browse the repository at this point in the history
  • Loading branch information
irace committed Apr 20, 2015
1 parent a06d59b commit 174668f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TMTumblrSDK.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TMTumblrSDK",
"version": "2.1",
"version": "2.1.1",
"summary": "An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.",
"authors": {
"Bryan Irace": "[email protected]"
Expand All @@ -12,7 +12,7 @@
},
"source": {
"git": "https://github.com/tumblr/TMTumblrSDK.git",
"tag": "2.1"
"tag": "2.1.1"
},
"requires_arc": true,
"platforms": {
Expand Down
2 changes: 1 addition & 1 deletion TMTumblrSDK/APIClient/TMAPIClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2013 Tumblr. All rights reserved.
//

#import "JXHTTP.h"
#import <JXHTTP/JXHTTP.h>

typedef void (^TMAPICallback)(id, NSError *error);

Expand Down

0 comments on commit 174668f

Please sign in to comment.