blob: b36583624cc1248292b7c26403caab73c5b9a354 [file] [log] [blame]
{
"name": "Wrappa",
"version": "0.2.7",
"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.7"
},
"requires_arc": true,
"public_header_files": "Wrappa source/**/*.h",
"source_files": "Wrappa source/**/*.{h,m}",
"resources": "Wrappa source/**/*.xib",
"platforms": {
"ios": "6.0"
}
}