blob: b091819a03a1b0b772d2f7231ebb7c2faf184055 [file] [log] [blame]
{
"name": "DyamkClient",
"version": "0.0.1",
"summary": "A short description of DyamkClient.",
"description": "a client for Dyamk Injector to inject native code into running apps.",
"homepage": "https://github.com/Soulghost/Dyamk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiuyutong": "xiuyutong1994@163.com"
},
"social_media_url": "https://twitter.com/Soulghost4",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Soulghost/Dyamk",
"tag": "0.0.1"
},
"source_files": "Dyamk/**/*.{h,m}",
"public_header_files": "Dyamk/**/*.h",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
]
},
"script_phases": {
"name": "[Dyamk] Reset Framework Version",
"script": "rm /opt/Dyamk/dylib/framework_version || true"
}
}