blob: badac7b9837b30ccc90605a9017bd2737d2b3371 [file] [log] [blame]
{
"name": "CTPCustomCell",
"version": "0.1.0",
"summary": "自定义cell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/LanceDjango/CTPCustomCell.git",
"authors": {
"Django": "jiangzhiqi@szcomtop.com"
},
"source": {
"git": "https://github.com/LanceDjango/CTPCustomCell.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CTPCustomCellDemo/**/*.{h,m}",
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}