blob: 9906bb8fb89cd34d063c736bb35259fd828ee9af [file] [log] [blame]
{
"name": "DnpTool",
"version": "1.1.8",
"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.8"
},
"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": [
]
}
}
]
}