blob: f6d041b8c3126a8c0df3ba3a20fa9cae6167327c [file] [log] [blame]
{
"name": "SimpleColorPicker",
"version": "0.0.1",
"summary": "A very simple, vertical, snapchat-like, color picker for iOS.",
"homepage": "https://github.com/olshansk/SimpleColorPicker",
"screenshots": "https://raw.githubusercontent.com/Olshansk/SimpleColorPicker/master/Example/SimpleColorPicker.gif",
"license": "MIT",
"authors": {
"Daniel Olshansky": "olshansky.daniel@gmail.com"
},
"source": {
"git": "https://github.com/olshansk/SimpleColorPicker.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/olshansky",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SimpleColorPicker": [
"Pod/Assets/*.png"
]
}
}