blob: 7fa15055cc5436dcd7af5db26981515be4f86ae7 [file] [log] [blame]
{
"name": "XLForm",
"version": "1.0.1",
"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": "v1.0.1"
},
"source_files": "XLForm/XL/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"resources": "XLForm/XLForm.bundle",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"MRProgress": [
"~> 0.2"
],
"XLDataLoader": [
"~> 1.0"
]
}
}