Skip to content

Commit 60c4773

Browse files
author
Kenny Ackerson
committed
5.0.3
1 parent 0193387 commit 60c4773

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

ExampleiOS/ExampleiOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
645645
GCC_WARN_UNUSED_FUNCTION = YES;
646646
GCC_WARN_UNUSED_VARIABLE = YES;
647-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
647+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
648648
MTL_ENABLE_DEBUG_INFO = YES;
649649
ONLY_ACTIVE_ARCH = YES;
650650
SDKROOT = iphoneos;
@@ -681,7 +681,7 @@
681681
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
682682
GCC_WARN_UNUSED_FUNCTION = YES;
683683
GCC_WARN_UNUSED_VARIABLE = YES;
684-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
684+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
685685
MTL_ENABLE_DEBUG_INFO = NO;
686686
SDKROOT = iphoneos;
687687
VALIDATE_PRODUCT = YES;

Makefile

Lines changed: 0 additions & 2 deletions
This file was deleted.

Podfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

TMTumblrSDK.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "TMTumblrSDK",
3-
"version": "5.0.1",
3+
"version": "5.0.3",
44
"summary": "An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.",
55
"homepage": "https://github.tumblr.net/TumblrMobile/orangina",
66
"source": {
77
"git": "https://github.com/tumblr/TMTumblrSDK.git",
8-
"tag": "5.0.1"
8+
"tag": "5.0.3"
99
},
1010
"license": {
1111
"type": "Apache 2.0",

0 commit comments

Comments
 (0)