blob: 417b44e5b751e1c533dbb4b7a1080813dcfbf39f [file] [log] [blame]
{
"name": "DnpTool",
"version": "1.1.5",
"summary": "A short description of DnpTool.",
"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.1.5"
},
"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": [
]
}
},
{
"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": [
]
}
}
]
}