blob: 34056b708ffa50e961405c7e2888a7539fc52c5f [file] [log] [blame]
{
"name": "dyci",
"version": "0.1.5.5",
"summary": "Dynamic code injection tool. Allows to inject code at runtime.",
"homepage": "https://github.com/DyCI/dyci-main",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Paul Taykalo": "tt.kilew@gmail.com"
},
"source": {
"git": "https://github.com/DyCI/dyci-main.git",
"tag": "v0.1.5.5"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "Dynamic Code Injection/dyci/**/*.{h,m}",
"exclude_files": "Dynamic Code Injection/dyci/Classes/Injections/NSObject*.{h,m}",
"default_subspecs": "Injections",
"prefix_header_contents": "",
"subspecs": [
{
"name": "Injections",
"requires_arc": false,
"source_files": "Dynamic Code Injection/dyci/Classes/Injections/NSObject*.{h,m}",
"compiler_flags": "-fno-objc-arc"
}
]
}