blob: 5474901078af38d99ca1ec49679619709e1d9bcb [file] [log] [blame]
{
"name": "DSFormKit",
"version": "0.0.1",
"summary": "Helps to control and create models which are being used as data source for forms.",
"homepage": "https://github.com/unboxme/DSFormKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavel": "cannedapp@yahoo.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/unboxme/DSFormKit.git",
"tag": "0.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}