blob: b16e52778339e992222d8e032466e7018aa3498f [file] [log] [blame]
{
"name": "UIAPPicker",
"version": "0.0.1",
"summary": "show animated UIPicker for selected view",
"homepage": "https://github.com/andproff/UIAPPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andrei_aka_proff": "and.proff@me.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/andproff/UIAPPicker.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}