blob: 12c6b8da0a07cf9d1765a51ede198a43f84a9ed8 [file] [log] [blame]
{
"name": "DDToolbox",
"version": "0.0.2",
"summary": "辅助开发工具类",
"homepage": "https://github.com/BrownCN023/DDToolbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyebiao1990": "347991555@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/BrownCN023/DDToolbox.git",
"tag": "0.0.2"
},
"source_files": [
"DDToolbox/*.h",
"DDToolbox/Core/**/*.{h,m}",
"DDToolbox/Core/*.h",
"DDToolbox/UI/**/*.{h,m}"
],
"resources": "DDToolbox/Resources/*.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"AFNetworking": [
"~> 3.2.1"
],
"SDWebImage": [
"~> 4.3.3"
]
}
}