blob: ebad460a883fc67dbace50b6b073c1f43c54e2e7 [file] [log] [blame]
{
"name": "OCRunner",
"version": "1.0.1",
"summary": "OCRunner",
"description": "Execute Objective-C code Dynamically. iOS hotfix SDK.",
"homepage": "https://github.com/SilverFruity/OCRunner",
"license": "MIT",
"authors": {
"SilverFruity": "15328044115@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SilverFruity/OCRunner.git",
"tag": "1.0.1"
},
"source_files": "OCRunner/**/*.{h,m,c}",
"vendored_libraries": "OCRunner/libffi/libffi.a",
"dependencies": {
"oc2mangoLib": [
"~> 1.0"
]
}
}