blob: 2d566afcfffec322fc5163f4f7641607828f2484 [file] [log] [blame]
{
"name": "EasyTable",
"version": "1.0.1",
"summary": "Easy static table for iOS",
"description": "Use static UITableView Made insanely simple.",
"homepage": "https://github.com/sergenes/EasyTable",
"license": "Apache-2.0",
"authors": {
"Serge Neskoromny": "serge.nes@gmail.com"
},
"source": {
"git": "https://github.com/sergenes/EasyTable.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EasyTable": [
"Pod/Assets/*.png"
]
}
}