| { |
| "name": "OCRunnerArm64", |
| "version": "1.0.2", |
| "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.2" |
| }, |
| "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" |
| ] |
| } |
| } |