blob: 824496bb57fd604c7ad23fe587fda959f7163327 [file] [log] [blame]
{
"name": "Wrappa",
"version": "0.2.5",
"license": {
"type": "MIT"
},
"summary": "UITableView and UICollectionView 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.2.5"
},
"requires_arc": true,
"public_header_files": "Wrappa source/**/*.h",
"source_files": "Wrappa source/**/*.{h,m}",
"resources": "Wrappa source/**/*.xib",
"platforms": {
"ios": "6.0"
}
}