Skip to content

Commit e857d95

Browse files
committed
Bump up version.
1 parent b8aac47 commit e857d95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

STPopup.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "STPopup"
3-
s.version = "1.7.1"
3+
s.version = "1.8.0"
44
s.summary = "STPopup provides STPopupController, which works just like UINavigationController in form sheet/bottom sheet style, for both iPhone and iPad."
55

66
s.description = <<-DESC
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
99
- Support both "Form Sheet" and "Bottom Sheet" style.
1010
- Work well with storyboard(including segue).
1111
- Customize UI by using UIAppearance.
12+
- Fully customizable popup transition style.
1213
- Auto-reposition of popup view when keyboard is showing up, make sure your UITextField/UITextView won't be covered by the keyboard.
1314
- Drag navigation bar to dismiss popup view.
1415
- Support both portrait and landscape orientation, and both iPhone and iPad.

STPopup/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.7.1</string>
18+
<string>1.8.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)