Skip to content

Commit c3e557e

Browse files
committed
2 parents c937d0e + d20256c commit c3e557e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# MTImagePicker
22
A WeiXin like multiple image and video picker which is compatible for iOS7+.You can use either `ALAssetsLibrary` or `Photos framework` by setting the source of `MTImagePickerController`.
33

4-
#Demo
4+
# Demo
55
![demo](https://github.com/luowenxing/MTImagePicker/blob/master/MTImagePicker/Demo/demo.gif)
66

77
# Requirement
88
* iOS7.0+
9-
* Build success in Xcode 7.3 Swift 2.2
9+
* Build success in Xcode 8 Swift 3.0
1010

1111
# Installation
1212
* There is no ohter dependency in `MTImagePicker`.Recommanded Simply drag the `MTImagePicker/MTImagePicker` folder to your project.
@@ -15,10 +15,10 @@ A WeiXin like multiple image and video picker which is compatible for iOS7+.You
1515
source 'https://github.com/CocoaPods/Specs.git'
1616
platform :ios, '8.0'
1717
use_frameworks!
18-
pod 'MTImagePicker', '~> 1.0.1'
18+
pod 'MTImagePicker', '~> 3.0.1'
1919
```
2020

21-
#Usage
21+
# Usage
2222
* The MTImagePicker is similiar to `UIImagePickerController`.It's easy to use the image picker following the sample code in demo like below
2323
```
2424
let imagePicker = MTImagePickerController.instance

0 commit comments

Comments
 (0)