| { |
| "name": "RYImagePicker", |
| "summary": "ImagePicker of Ryukie’s", |
| "version": "0.0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ryukie": "ryukie.sama@gmail.com" |
| }, |
| "homepage": "https://github.com/Ryukie/RYImagePicker.git", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/Ryukie/RYImagePicker.git", |
| "tag": "0.0.1" |
| }, |
| "resources": "RYPhotosPickerManager.bundle", |
| "requires_arc": true, |
| "source_files": "RYImagePicker/**/*.{h,m}", |
| "libraries": [ |
| "z", |
| "sqlite3" |
| ], |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.0.2" |
| ] |
| } |
| } |