| { |
| "name": "MSImagePickerController", |
| "version": "1.0.1", |
| "summary": "A subclass of UIImagePickerController that support multi image select.", |
| "homepage": "https://github.com/roshanman/MSImagePickerController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "roshanman": "morenotepad@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/roshanman/MSImagePickerController.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "Pod/Classes", |
| "resources": [ |
| "Pod/Assets/**/*" |
| ], |
| "public_header_files": "Pod/Classes/**/*.h", |
| "requires_arc": true |
| } |