blob: 638a71a329c1104fb90349242effe8aa2df243b3 [file] [log] [blame]
{
"name": "WDYBaseProject",
"version": "0.6.0",
"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.6.0"
},
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"WDYBaseProject": [
"WDYBaseProject/Assets/*.png"
]
},
"subspecs": [
{
"name": "Category",
"source_files": "WDYBaseProject/Classes/Category/**/*"
},
{
"name": "Utils",
"source_files": "WDYBaseProject/Classes/Utils/**/*",
"dependencies": {
"AFNetworking": [
"3.1.0"
]
}
},
{
"name": "Macros",
"source_files": "WDYBaseProject/Classes/Macros/**/*"
},
{
"name": "UIComponent",
"source_files": "WDYBaseProject/Classes/UIComponent/**/*"
},
{
"name": "Navigation",
"source_files": "WDYBaseProject/Classes/Navigation/**/*"
},
{
"name": "Other",
"source_files": "WDYBaseProject/Classes/Other/**/*",
"dependencies": {
"SDWebImage": [
"3.8.0"
]
}
},
{
"name": "HUDComponent",
"source_files": "WDYBaseProject/Classes/HUDComponent/**/*",
"dependencies": {
"MBProgressHUD": [
"0.9"
],
"WDYBaseProject/Category": [
]
}
},
{
"name": "NewFeatureComponent",
"source_files": "WDYBaseProject/Classes/NewFeatureComponent/**/*"
},
{
"name": "ADComponent",
"source_files": "WDYBaseProject/Classes/ADComponent/**/*"
}
]
}