Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit 9443e16

Browse files
author
Carson Perrotti
committed
Change minimum required version
1 parent 4b0e2b8 commit 9443e16

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CNPPopupController.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "CNPPopupController"
19-
s.version = "0.2.2"
19+
s.version = "0.2.3"
2020
s.summary = "A versatile popup for iOS"
2121

2222
s.description = <<-DESC
@@ -64,7 +64,7 @@ Pod::Spec.new do |s|
6464
# the deployment target. You can optionally include the target after the platform.
6565
#
6666

67-
s.platform = :ios, "7.0"
67+
s.platform = :ios, "6.0"
6868

6969
# When using multiple platforms
7070
# s.ios.deployment_target = "5.0"
@@ -77,7 +77,7 @@ Pod::Spec.new do |s|
7777
# Supports git, hg, bzr, svn and HTTP.
7878
#
7979

80-
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.2.2" }
80+
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.2.3" }
8181

8282

8383
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

CNPPopupControllerExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
389389
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
390390
INFOPLIST_FILE = CNPPopupControllerExample/Info.plist;
391-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
391+
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
392392
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
393393
PRODUCT_NAME = "$(TARGET_NAME)";
394394
};
@@ -400,7 +400,7 @@
400400
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
401401
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
402402
INFOPLIST_FILE = CNPPopupControllerExample/Info.plist;
403-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
403+
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
404404
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
405405
PRODUCT_NAME = "$(TARGET_NAME)";
406406
};

CNPPopupControllerExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>519</string>
22+
<string>520</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[![Pod License](http://img.shields.io/cocoapods/l/CNPPopupController.svg?style=flat)](https://github.com/carsonperrotti/CNPPopupController/blob/master/LICENSE)
55
[![Dependency Status](https://www.versioneye.com/objective-c/cnppopupcontroller/0.2.1/badge.svg?style=flat)](https://www.versioneye.com/objective-c/cnppopupcontroller)
66
##Version History
7+
**August 30, 2015 v0.2.3**
8+
- Lower minimum required OS version to 6.0, since it works there anyway.
9+
710
**August 16, 2015 v0.2.2**
811
- Bug fix for centering the popup above the keyboard when presented. Thanks to [Nicholas](https://github.com/nicholas) for the proactive help on this one.
912

@@ -78,7 +81,7 @@ A `CNPPopupTheme` instance can be created and assigned to the `theme` property o
7881
## Notes
7982

8083
### Deployment
81-
`CNPPopupController ` works on **iOS 7+**
84+
`CNPPopupController ` works on **iOS 6 - iOS 8+**
8285

8386
##Credits
8487
CNPPopupController was created by [Carson Perrotti](http://carsonperrotti.com)

0 commit comments

Comments
 (0)