blob: d7742a4da3480b1e0a4e65e688c5e3c52733f838 [file] [log] [blame]
{
"name": "ECTableViewKit",
"version": "0.1.0",
"summary": "Simply done complicated tableview datasource and delegate replacements.",
"homepage": "https://github.com/EasyCocoa/ECTableViewKit",
"license": "MIT",
"authors": {
"hima": "hima@easycocoa.com"
},
"source": {
"git": "https://github.com/EasyCocoa/ECTableViewKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ECTableViewKit": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}