{ | |
"name": "iOSModule", | |
"version": "0.0.2", | |
"license": "MIT", | |
"summary": "iOS组件", | |
"homepage": "https://gitee.com/todayjob", | |
"source": { | |
"git": "https://gitee.com/todayjob/iOSModule", | |
"tag": "0.0.2" | |
}, | |
"requires_arc": true, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"authors": { | |
"BY": "todayjob@163.com" | |
}, | |
"social_media_url": "https://gitee.com/todayjob", | |
"subspecs": [ | |
{ | |
"name": "CoreTableView", | |
"source_files": "Core/CoreTableView/*.{h,m}" | |
} | |
] | |
} |