blob: 0de4a671cbeea66d9cb38f2f211dbcc71484cb34 [file] [log] [blame]
{
"name": "FormManager",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FormManager": [
"Pod/Assets/*.png"
]
}
}