blob: 049995f4c3881c6c537642c2958f01192d3536c4 [file] [log] [blame]
{
"name": "CGCommonTools",
"version": "1.0.5",
"summary": "一键封装开发基础工具类",
"description": "封装一些开发基础工具类,如base基类,常用类别以及网络请求封装",
"homepage": "https://github.com/chenhde/CGCommonTools",
"license": "MIT",
"authors": {
"Chenhde": "669775990@qq.com"
},
"source": {
"git": "https://github.com/chenhde/CGCommonTools.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"source_files": [
"CGCommonTools",
"CGCommonTools/*.{h,m}"
]
}