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