blob: 267c0051e388b523ee9cb830dd7eb37a5eb1b8a0 [file] [log] [blame]
{
"name": "CMYBaseLib",
"version": "0.2.0",
"summary": "一个牛逼的项目",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/changwuguo/CwgTestLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changwuguo": "changwuguo@qq.com"
},
"source": {
"git": "https://github.com/changwuguo/CwgTestLib.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CMYBaseLib/Classes/**/*.{h,m}",
"public_header_files": "CMYBaseLib/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}