blob: 96b86684c7f187877a4ebd3b3ee204715cebe7a2 [file] [log] [blame]
{
"name": "OCRunner",
"version": "1.0.2",
"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.2"
},
"source_files": "OCRunner/**/*.{h,m,c}",
"vendored_libraries": "OCRunner/libffi/libffi.a",
"dependencies": {
"ORPatchFile": [
"~> 1.0"
]
}
}