File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Example/ZWSlideViewController.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 516516GCC_PRECOMPILE_PREFIX_HEADER = YES;
517517GCC_PREFIX_HEADER = "ZWSlideViewController/ZWSlideViewController-Prefix.pch";
518518INFOPLIST_FILE = "ZWSlideViewController/ZWSlideViewController-Info.plist";
519+ IPHONEOS_DEPLOYMENT_TARGET = 6.0;
519520MODULE_NAME = ExampleApp;
520521PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
521522PRODUCT_NAME = "$(TARGET_NAME)";
532533GCC_PRECOMPILE_PREFIX_HEADER = YES;
533534GCC_PREFIX_HEADER = "ZWSlideViewController/ZWSlideViewController-Prefix.pch";
534535INFOPLIST_FILE = "ZWSlideViewController/ZWSlideViewController-Info.plist";
536+ IPHONEOS_DEPLOYMENT_TARGET = 6.0;
535537MODULE_NAME = ExampleApp;
536538PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
537539PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121 s . author = { "square" => "square.zhao.wei@gmail.com" }
2222 s . source = { :git => "https://github.com/squarezw/ZWSlideViewController.git" , :tag => "#{ s . version } " }
2323
24- s . platform = :ios , '7 .0'
24+ s . platform = :ios , '6 .0'
2525 s . requires_arc = true
2626
2727 s . source_files = 'Pod/Classes/**/*'
You can’t perform that action at this time.
0 commit comments