blob: 36b8b38d880cc6fa2d209f76b111fdc75d840f03 [file] [log] [blame]
{
"name": "OCRunnerArm64",
"version": "1.0.4",
"summary": "OCRunnerArm64",
"description": "Only Support Arm64, 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.4"
},
"source_files": [
"OCRunner/*.{h,m,c}",
"OCRunner/ORCoreImp/**/*.{h,m,c,s}",
"OCRunner/RunEnv/*.{h,m,c}",
"OCRunner/Util/*.{h,m,c}"
],
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 arm64e",
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"dependencies": {
"ORPatchFile": [
"1.0.3"
]
}
}