| { |
| "name": "Color-Picker-for-iOS", |
| "version": "2.0", |
| "summary": "ColorPicker for iPhone and iPod touch", |
| "homepage": "https://github.com/hayashi311/Color-Picker-for-iOS", |
| "license": { |
| "type": "new BSD License", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "hayashi311": "yomoapp@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/hayashi311/Color-Picker-for-iOS.git", |
| "tag": "2.0a" |
| }, |
| "source_files": "ColorPicker/*.{h,m}", |
| "requires_arc": true, |
| "deprecated_in_favor_of": "Colorful" |
| } |