Skip to content

Commit 6810a5f

Browse files
committed
Setup version 1.0.2
1 parent e3ab78b commit 6810a5f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Framework/PickImageAlert/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.0.1</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

PickImageAlert.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PickImageAlert"
3-
s.version = "1.0.1"
3+
s.version = "1.0.2"
44
s.summary = "Photos or camera access using the system alert controller"
55
s.description = "PickImageAlert provides a list of your photos in your alert controller with three alert actions"
66
s.requires_arc = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License](https://img.shields.io/cocoapods/l/PickImageAlert.svg?style=flat)](http://cocoapods.org/pods/PickImageAlert)
77
[![Platform](https://img.shields.io/cocoapods/p/PickImageAlert.svg?style=flat)](http://cocoapods.org/pods/PickImageAlert)
88

9-
PickImageAlert provides a list of your photos in your alert controller with three alert actions
9+
PickImageAlert provides a list of your photos using the system alert controller. Also it's possible to take a photo and access the photo library.
1010

1111
![PickImageAlert](https://raw.githubusercontent.com/limadeveloper/PickImageAlert/master/Documents/PickImageAlert.gif)
1212

0 commit comments

Comments
 (0)