blob: f4c11e26cc40d9dcfbeeac7366618a5093602fc7 [file] [log] [blame]
{
"name": "DDToolbox",
"version": "0.1.3",
"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.1.3"
},
"public_header_files": "DDToolbox/DDToolbox.h",
"source_files": "DDToolbox/DDToolbox.h",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "Categories",
"source_files": "DDToolbox/Categories/*.{h,m}",
"dependencies": {
"DDToolbox/Other": [
]
}
},
{
"name": "ListComponent",
"source_files": "DDToolbox/ListComponent/*.{h,m}"
},
{
"name": "LoopView",
"dependencies": {
"DDToolbox/Other": [
]
},
"source_files": "DDToolbox/LoopView/*.{h,m}"
},
{
"name": "Other",
"source_files": "DDToolbox/Other/*.{h,m}"
}
]
}