blob: db0b4a10eb4607bf0c6fde3c802fa4a029a4452e [file] [log] [blame]
{
"name": "WDYBaseProject",
"version": "0.3.4",
"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.3.4"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "WDYBaseProject/Classes/Category/**/*"
},
{
"name": "Utils",
"source_files": "WDYBaseProject/Classes/Utils/**/*"
},
{
"name": "Macros",
"source_files": "WDYBaseProject/Classes/Macros/**/*"
},
{
"name": "UI",
"source_files": "WDYBaseProject/Classes/UI/**/*"
},
{
"name": "Navigation",
"source_files": "WDYBaseProject/Classes/Navigation/**/*"
},
{
"name": "Other",
"source_files": "WDYBaseProject/Classes/Other/**/*",
"dependencies": {
"SDWebImage": [
"3.8.0"
]
}
}
]
}