blob: b0bb641cb04b7093a97a6b1336d781df839b0642 [file] [log] [blame]
{
"name": "DnpTool",
"version": "1.0.6",
"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.0.6"
},
"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": [
]
}
},
{
"name": "Check",
"source_files": "DnpTool/Classes/Check/**/*",
"dependencies": {
"DnpTool/Common": [
]
}
},
{
"name": "Metrics",
"source_files": "DnpTool/Classes/Metrics/**/*"
}
]
}