Skip to content

Commit d9bfd6a

Browse files
author
Paul Rehkugler
committed
Merge pull request #100 from Pearapps/feature/update-version
Updating version
2 parents ea98d45 + 8e6594e commit d9bfd6a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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": "3.0.0",
3+
"version": "4.0.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": "3.0.0"
15+
"tag": "4.0.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 Foundation;
9+
#import <Foundation/Foundation.h>
1010
@class JXHTTPOperation;
1111
@class JXHTTPOperationQueue;
1212

TMTumblrSDK/AppClient/TMTumblrAppClient.h

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

9-
@import Foundation;
9+
#import <Foundation/Foundation.h>
1010

1111
/**
1212
Convenience wrapper around the URLs that [Tumblr for iOS](https://itunes.apple.com/us/app/tumblr/id305343404) knows how

0 commit comments

Comments
 (0)