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