Skip to content

Commit d60c8f4

Browse files
committed
updates podspec
1 parent 24bad37 commit d60c8f4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
462462
GCC_WARN_UNUSED_FUNCTION = YES;
463463
GCC_WARN_UNUSED_VARIABLE = YES;
464-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
464+
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
465465
MTL_ENABLE_DEBUG_INFO = YES;
466466
ONLY_ACTIVE_ARCH = YES;
467467
SDKROOT = iphoneos;
@@ -500,7 +500,7 @@
500500
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
501501
GCC_WARN_UNUSED_FUNCTION = YES;
502502
GCC_WARN_UNUSED_VARIABLE = YES;
503-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
503+
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
504504
MTL_ENABLE_DEBUG_INFO = NO;
505505
SDKROOT = iphoneos;
506506
TARGETED_DEVICE_FAMILY = "1,2";

SimpleButton.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "SimpleButton"
3-
s.version = "2.0"
3+
s.version = "2.1"
44
s.summary = "Simple UIButton subclass with additional state change animations (e.g. backgroundColor)"
55
s.description = "Simple UIButton subclass with animated, state-aware attributes. Easy to subclass and configure!"
66
s.homepage = "https://github.com/aloco/SimpleButton"
77
s.license = { :type => "MIT", :file => "LICENSE" }
88
s.author = { "Andreas Tinoco Lobo" => "andreas@tinoco-lobo.at" }
99
s.platform = :ios
10-
s.ios.deployment_target = "8.0"
10+
s.ios.deployment_target = "8.1"
1111
s.source = { :git => "https://github.com/aloco/SimpleButton.git", :tag => s.version }
1212
s.requires_arc = true
1313
s.source_files = "SimpleButton/*.swift"

0 commit comments

Comments
 (0)