blob: 6847e66d9811b763e9b49273c55f5f0a31e8a9dc [file] [log] [blame]
{
"name": "JMFormDescription",
"version": "0.0.2",
"summary": "JMFormDescription is an iOS library for easily manage complex Form.",
"requires_arc": true,
"description": " JMFormDescription is an Objective-C library for easily creating and manage complex structured Form.\n * A new way to your layout in a very simple method,\n * Datasource / Delegate considerably simplified and focus on manipulated objet, no indexPath!\n * Next/Previous/Done inpoutAccesoryView for TextField and TextView.\n",
"homepage": "https://github.com/leverdeterre/JMFormDescription",
"screenshots": [
"https://raw.githubusercontent.com/leverdeterre/JMFormDescription/master/screenshots/demo1.png",
"https://raw.githubusercontent.com/leverdeterre/JMFormDescription/master/screenshots/demo2.png",
"https://raw.githubusercontent.com/leverdeterre/JMFormDescription/master/screenshots/demo3.png"
],
"license": "MIT",
"authors": {
"jerome Morissard": "morissardj@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/leverdeterre/JMFormDescription.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"JMFormDescription/JMFormDescription/*.{h,m}"
],
"public_header_files": "JMFormDescription/JMFormDescription/*.h",
"resources": "JMFormDescription/JMFormDescription/*.xib",
"frameworks": "UIKit"
}