blob: 1fd1eebdfce315ec8c934f06664f0b696c22cebb [file] [log] [blame]
{
"name": "DDToolbox",
"version": "0.0.6",
"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.6"
},
"source_files": [
"DDToolbox/*.h",
"DDToolbox/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 4.3.3"
],
"DDLoadingView": [
"~> 0.0.4"
],
"DDModal": [
"~> 1.0.21"
],
"DDCircleProgressView": [
"~> 0.0.4"
],
"DDHTTPClient": [
"~> 0.0.6"
]
}
}