Skip to content

Commit

Permalink
5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Ackerson committed Dec 19, 2017
1 parent 0193387 commit 60c4773
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ExampleiOS/ExampleiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -681,7 +681,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand Down
2 changes: 0 additions & 2 deletions Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions Podfile

This file was deleted.

4 changes: 2 additions & 2 deletions TMTumblrSDK.podspec.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "TMTumblrSDK",
"version": "5.0.1",
"version": "5.0.3",
"summary": "An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.",
"homepage": "https://github.tumblr.net/TumblrMobile/orangina",
"source": {
"git": "https://github.com/tumblr/TMTumblrSDK.git",
"tag": "5.0.1"
"tag": "5.0.3"
},
"license": {
"type": "Apache 2.0",
Expand Down

0 comments on commit 60c4773

Please sign in to comment.