blob: 601787153f099fa44b6762af9025cb7b2b32c82b [file] [log] [blame]
{
"name": "Wrappa",
"version": "0.1.1",
"license": {
"type": "MIT"
},
"summary": "UITableView wrapper to make it easier to create iOS interfaces.",
"homepage": "https://github.com/zakhej/Wrappa",
"authors": {
"Art Shmatkov": "zakhej.freelance@gmail.com"
},
"source": {
"git": "https://github.com/zakhej/Wrappa.git",
"tag": "0.1.1"
},
"requires_arc": true,
"public_header_files": "Wrappa/**/*.h",
"source_files": "Wrappa/**/*.*",
"platforms": {
"ios": "6.0"
}
}