We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702cbab commit a6fd4cbCopy full SHA for a6fd4cb
Framework/PickImageAlert/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0.2</string>
+ <string>1.0.3</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
</dict>
PickImageAlert.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "PickImageAlert"
3
- s.version = "1.0.2"
+ s.version = "1.0.3"
4
s.summary = "Photos or camera access using the system alert controller"
5
s.description = "PickImageAlert provides a list of your photos in your alert controller with three alert actions"
6
s.requires_arc = true
0 commit comments