blob: 2523d060e66839ef7653390e29c9fa5ccddede1e [file] [log] [blame]
{
"name": "PureForm",
"version": "0.0.1",
"summary": "Easy form creator based on JSON",
"homepage": "https://github.com/unboxme/PureForm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavel Puzyrev": "cannedapp@yahoo.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/unboxme/PureForm.git",
"tag": "0.0.1"
},
"source_files": "PureForm/**/*.{h,m}",
"public_header_files": "PureForm/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}