blob: edf24c82295645e4a8b13803c1dffbafe14a3f35 [file] [log] [blame]
{
"name": "WDYBaseProject",
"version": "0.1.9",
"summary": "基础工程",
"description": "常用的基础工程",
"homepage": "https://github.com/wangdongyang/WDYBaseProject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"冬日暖阳": "877197753@qq.com"
},
"source": {
"git": "https://github.com/wangdongyang/WDYBaseProject.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "WDYBaseProject/Classes/Category/**/*",
"dependencies": {
"SDWebImage": [
"3.8.0"
]
}
},
{
"name": "Macros",
"source_files": "WDYBaseProject/Classes/Macros/**/*"
}
]
}