blob: 854f6c121a5b7db19bc0ecb26089be4f5a2f1a08 [file] [log] [blame]
{
"name": "Color-Picker-for-iOS",
"version": "0.1",
"license": {
"type": "new BSD",
"file": "README.md"
},
"platforms": {
"ios": null
},
"summary": "ColorPicker for iPhone and iPod touch.",
"homepage": "https://github.com/hayashi311/Color-Picker-for-iOS",
"authors": {
"Ryota Hayashi": "hayashi311"
},
"source": {
"git": "https://github.com/hayashi311/Color-Picker-for-iOS.git",
"tag": "v0.1"
},
"source_files": "ColorPicker/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"deprecated_in_favor_of": "Colorful"
}