| { |
| "name": "ZYQAssetPickerController", |
| "version": "1.2.0", |
| "summary": "A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection", |
| "homepage": "https://github.com/heroims/ZYQAssetPickerController", |
| "license": { |
| "type": "MIT", |
| "file": "README.md" |
| }, |
| "authors": { |
| "heroims": "heroims@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/heroims/ZYQAssetPickerController.git", |
| "tag": "1.2.0" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "ZYQAssetPickerController/*.{h,m}", |
| "resources": "ZYQAssetPickerController/*.Bundle", |
| "frameworks": [ |
| "AssetsLibrary" |
| ], |
| "requires_arc": true |
| } |