blob: a2fefb5098ba350379aa57eb18873a7558d06158 [file] [log] [blame]
{
"name": "DnpTool",
"version": "1.3.2",
"summary": "A Debug Tool for develop in swift.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Zomfice/DnpTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"songchaofeng6@hotmail.com": "songchaofeng6@hotmail.com"
},
"source": {
"git": "https://github.com/Zomfice/DnpTool.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"resource_bundles": {
"DnpTool": [
"DnpTool/Assets/*"
]
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Common",
"source_files": "DnpTool/Classes/Common/**/*"
},
{
"name": "Home",
"source_files": "DnpTool/Classes/Home/**/*",
"dependencies": {
"DnpTool/Common": [
],
"DnpTool/Check": [
],
"DnpTool/Metrics": [
],
"DnpTool/Log": [
],
"DnpTool/Ruler": [
],
"DnpTool/FPS": [
]
}
},
{
"name": "Check",
"source_files": "DnpTool/Classes/Check/**/*",
"dependencies": {
"DnpTool/Common": [
]
}
},
{
"name": "Metrics",
"source_files": "DnpTool/Classes/Metrics/**/*",
"dependencies": {
"DnpTool/Common": [
]
}
},
{
"name": "Log",
"source_files": "DnpTool/Classes/Log/**/*",
"dependencies": {
"DnpTool/Common": [
]
}
},
{
"name": "Ruler",
"source_files": "DnpTool/Classes/Ruler/**/*",
"dependencies": {
"DnpTool/Common": [
]
}
},
{
"name": "FPS",
"source_files": "DnpTool/Classes/FPS/**/*",
"dependencies": {
"DnpTool/Common": [
]
}
}
]
}