blob: 6836e64c5967123a78139ee90d374a82afeb227f [file] [log] [blame]
{
"name": "FormManager",
"version": "0.0.4",
"summary": "A library to create UITableView forms",
"description": "The library helps im building UITableView forms using a MVC pattern",
"homepage": "https://github.com/code-surf/FormManager",
"license": "MIT",
"authors": {
"Jakub Długosz": "dlugosz.jakub@gmail.com"
},
"source": {
"git": "https://github.com/code-surf/FormManager.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FormManager": [
"Pod/Assets/*.png"
]
}
}