blob: 75928dc1918d4340d20393c0f5a66a1b1e1ff6f8 [file] [log] [blame]
{
"name": "XLFormExt",
"version": "0.1.0",
"summary": "tools used with XLForm",
"description": "Some useful tools when using XLForm as the main layout util.",
"homepage": "https://github.com/akirakazu/XLFormExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aki Xavier": "aki.xavier@me.com"
},
"source": {
"git": "https://github.com/akirakazu/XLFormExt.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XLFormExt/Classes/**/*",
"dependencies": {
"XLForm": [
],
"PureLayout": [
]
}
}