blob: e119195b21522c63fce241b2d25aeddb2ed43459 [file] [log] [blame]
{
"name": "UIAPPicker",
"version": "0.0.2",
"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.0"
},
"source": {
"git": "https://github.com/andproff/UIAPPicker.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}