blob: 9eaa1b613f00fe4c0102ac550eb02cc69a9493e5 [file] [log] [blame]
{
"name": "CPDataDrivenLayout",
"version": "0.1.0",
"summary": "Data driven content for UITableView",
"homepage": "https://github.com/caoping/CPDataDrivenLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"caoping": "caoping.dev@gmail.com"
},
"social_media_url": "http://weibo.com/caoping",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/caoping/CPDataDrivenLayout.git",
"tag": "0.1.0"
},
"source_files": "CPDataDrivenLayout/*.{h,m}",
"requires_arc": true,
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
"1.4.beta"
]
}
}