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 5ecef76 commit be4284fCopy full SHA for be4284f
DatePickerDialog.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "DatePickerDialog"
3
- s.version = "1.2"
+ s.version = "2.0"
4
s.summary = "Date picker dialog for iOS"
5
s.homepage = "https://github.com/squimer/DatePickerDialog-iOS-Swift"
6
s.license = { :type => "MIT", :file => "LICENSE" }
Sources/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.2</string>
+ <string>2.0</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
<key>NSPrincipalClass</key>
0 commit comments