blob: 6f997e53cf1150b765c419a7b6bb4ce55455bb13 [file] [log] [blame]
{
"name": "TestLibDemo",
"version": "0.0.3",
"summary": "测试项目",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/zhengjunjie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"天空吸引我": "2028002516@qq.com"
},
"social_media_url": "https://www.jianshu.com/u/0b735abc7135",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhengjunjie11/TestLibDemo.git",
"tag": "0.0.3"
},
"source_files": "Home/Model/*.{h,m}",
"dependencies": {
"SDWebImage": [
]
},
"subspecs": [
{
"name": "Model",
"source_files": "Home/Model/*.{h,m}"
},
{
"name": "View",
"source_files": "Home/View/*.{h,m}"
},
{
"name": "VC",
"source_files": "Home/View/*.{h,m}"
}
]
}