blob: a169208566925993dd18f529e27df21ee26d94f7 [file] [log] [blame]
{
"name": "TFFormDescriptor",
"version": "0.0.1",
"summary": "Simple descriptor for building various forms.",
"description": " TFFormDescriptor is simple form descriptor that helps you with building form with various contents. It's' based on TFTableDescriptor.\n",
"homepage": "https://github.com/thefuntasty/TFFormDescriptor",
"license": "MIT",
"authors": {
"Ales Kocur": "aleskocur@icloud.com"
},
"source": {
"git": "https://github.com/thefuntasty/TFFormDescriptor.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resources": "Pod/Classes/**/*.{xib}",
"dependencies": {
"TFTableDescriptor": [
"~> 1.2.0"
]
}
}