blob: 8cfb4bcef4613521d56c559d11dd58ed08499c6c [file] [log] [blame]
{
"name": "XLForm",
"version": "3.0.0",
"license": {
"type": "MIT"
},
"summary": "XLForm is the most flexible and powerful iOS library to create dynamic table-view forms.",
"description": " The goal of the library is to get the same power of hand-made forms but spending 1/10 of the time. XLForm provides a very powerful DSL used to create a form, validate & serialize the form data. It keeps track of this specification on runtime, updating the UI on the fly.\n",
"homepage": "https://github.com/xmartlabs/XLForm",
"authors": {
"Martin Barreto": "martin@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/XLForm.git",
"tag": "v3.0.0"
},
"source_files": "XLForm/XL/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
},
"resources": "XLForm/XLForm.bundle"
}