blob: a002c3b75c9bff7d7818187c6f8a35756b6a7f57 [file] [log] [blame]
{
"name": "KKHook",
"version": "0.3.2",
"summary": "A short description of KKHook.",
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 armv7",
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/rykeryin/KKHook",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rykeryin": "rykeryin@163.com"
},
"source": {
"git": "https://github.com/rykeryin/KKHook.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"KKHook/Classes/**/*",
"KKHook/Frameworks/Dobby.framework/Headers/**.h"
],
"vendored_frameworks": "KKHook/Frameworks/Dobby.framework",
"public_header_files": [
"KKHook/Frameworks/Dobby.framework/Headers/**.h",
"KKHook/Classes/**.h"
],
"libraries": "c++"
}