blob: 8850c748bba5c2a43848bed2b3a01853f5454ae6 [file] [log] [blame]
{
"name": "XLForm",
"version": "3.1.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.",
"homepage": "https://github.com/xmartlabs/XLForm",
"authors": {
"Martin Barreto": "martin@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/XLForm.git",
"tag": "3.1.0"
},
"source_files": "XLForm/XL/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
},
"resources": "XLForm/XLForm.bundle"
}