File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
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";
Original file line number Diff line number Diff line change 11Pod ::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"
You can’t perform that action at this time.
0 commit comments