Skip to content

Commit 174668f

Browse files
committed
Refer to JXHTTP using module name for framework support
1 parent a06d59b commit 174668f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TMTumblrSDK.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TMTumblrSDK",
3-
"version": "2.1",
3+
"version": "2.1.1",
44
"summary": "An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.",
55
"authors": {
66
"Bryan Irace": "[email protected]"
@@ -12,7 +12,7 @@
1212
},
1313
"source": {
1414
"git": "https://github.com/tumblr/TMTumblrSDK.git",
15-
"tag": "2.1"
15+
"tag": "2.1.1"
1616
},
1717
"requires_arc": true,
1818
"platforms": {

TMTumblrSDK/APIClient/TMAPIClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2013 Tumblr. All rights reserved.
77
//
88

9-
#import "JXHTTP.h"
9+
#import <JXHTTP/JXHTTP.h>
1010

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

0 commit comments

Comments
 (0)