{ | |
"name": "ZDDebugKit", | |
"version": "1.0.0", | |
"summary": "A short description of ZDDebugKit.", | |
"description": "TODO: Add long description of the pod here.", | |
"homepage": "https://github.com/DevDragonLi/iOSDebugKit", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"DevDragonli": "Dragonli_52171@163.com" | |
}, | |
"source": { | |
"git": "https://github.com/DevDragonLi/iOSDebugKit.git", | |
"tag": "1.0.0" | |
}, | |
"platforms": { | |
"ios": "10.0" | |
}, | |
"default_subspecs": "framework", | |
"subspecs": [ | |
{ | |
"name": "source", | |
"source_files": "DebugKit/**/*.{h,m}", | |
"public_header_files": [ | |
"DebugKit/ZDDebugKit.h", | |
"DebugKit/ZDCore/ZDDEBUGMENU.h", | |
"DebugKit/ZDProtocol/*.h" | |
] | |
}, | |
{ | |
"name": "framework", | |
"ios": { | |
"vendored_frameworks": "framework/*.framework" | |
} | |
} | |
] | |
} |