blob: 7303dd317c208bf5e20d83398f6839448b968f65 [file] [log] [blame]
{
"name": "DDToolbox",
"version": "0.0.11",
"summary": "辅助开发工具类",
"homepage": "https://github.com/BrownCN023/DDToolbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyebiao1990": "347991555@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BrownCN023/DDToolbox.git",
"tag": "0.0.11"
},
"public_header_files": "DDToolbox/DDToolbox.h",
"source_files": "DDToolbox/DDToolbox.h",
"resources": "DDToolbox/Resources/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 4.3.3"
],
"YYCache": [
"~> 1.0.4"
],
"MJExtension": [
"~> 3.0.13"
],
"DDLoadingView": [
"~> 0.0.4"
],
"DDModal": [
"~> 1.0.21"
],
"DDCircleProgressView": [
"~> 0.0.4"
],
"DDHTTPClient": [
"~> 0.0.6"
]
},
"subspecs": [
{
"name": "Macro",
"source_files": "DDToolbox/Macro/*.{h,m}"
},
{
"name": "Model",
"source_files": "DDToolbox/Model/*.{h,m}"
},
{
"name": "ViewModel",
"source_files": "DDToolbox/ViewModel/*.{h,m}"
},
{
"name": "MVP",
"source_files": "DDToolbox/MVP/*.{h,m}"
},
{
"name": "Common",
"dependencies": {
"DDToolbox/Macro": [
]
},
"source_files": "DDToolbox/Common/*.{h,m}"
},
{
"name": "UIComponents",
"dependencies": {
"DDToolbox/Macro": [
],
"DDToolbox/Common": [
],
"DDToolbox/ViewModel": [
]
},
"source_files": "DDToolbox/UIComponents/*.{h,m}"
}
]
}