blob: f112d298288a0025e82cfb3e0ca24af714cae3e6 [file] [log] [blame]
{
"name": "Wrappa",
"version": "0.1.0",
"license": {
"type": "MIT"
},
"summary": "UITableView and other classes wrappers 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.0"
},
"requires_arc": true,
"public_header_files": "Wrappa/*.h",
"source_files": [
"Wrappa/Wrappa.h",
"Wrappa/Wrappers/UITableView/WRTableSource.{h,m}",
"Wrappa/Wrappers/UITableView/WRTableSection.{h,m}",
"Wrappa/Wrappers/UITableView/Categories/UITableView+Wrappa.{h,m}",
"Wrappa/Wrappers/UITableView/Cells/WRTableCell.{h,m}",
"Wrappa/Wrappers/UITableView/Cells/WRTableCellSource.{h,m}",
"Wrappa/Wrappers/UITableView/Cells/WRTableCellProtocol.h",
"Wrappa/Wrappers/UITableView/Cells/WRTableCellSourceProtocol.h"
],
"platforms": {
"ios": "6.0"
}
}