blob: c6656eb51d1ab49d602dd9d2e9c9123690808b42 [file] [log] [blame]
{
"name": "CPDataDrivenLayout",
"version": "0.1.1",
"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.1"
},
"source_files": [
"CPDataDrivenLayout/*.{h,m}",
"CPDataDrivenLayout/Additional/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
"1.4.beta"
]
}
}