| { |
| "name": "ASImagePicker", |
| "version": "0.0.2", |
| "summary": "Highly imitate UIImagePickerController.More Function", |
| "description": "Highly imitate UIImagePickerController.Support for multiSelect!(Use Photos Framework)", |
| "homepage": "http://alanshen0118.github.io", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alan_Sim": "alanshen0118@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/alanshen0118/ASImagePicker.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "ASImagePicker/**/*", |
| "resources": "Resources/*.png", |
| "frameworks": [ |
| "Photos", |
| "AVFoundation", |
| "UIKit" |
| ] |
| } |