We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6da6b commit 7d28376Copy full SHA for 7d28376
HHFloatingView.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = 'HHFloatingView'
3
s.module_name = 'HHFloatingView'
4
-s.version = '2.0.0'
+s.version = '3.0.0'
5
s.summary = 'An easy to use and setup floating view for your app. 🎡'
6
s.description = 'HHFloatingView is another options view which you can use to show basic options for your app.'
7
s.homepage = 'https://github.com/hemangshah/HHFloatingView'
HHFloatingView/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>APPL</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>2.0.0</string>
+ <string>3.0.0</string>
19
<key>CFBundleVersion</key>
20
<string>1</string>
21
<key>LSRequiresIPhoneOS</key>
0 commit comments