[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / 5 / a / OCRunnerArm64 / 1.0 / OCRunnerArm64.podspec.json
blob88189fd89c80e3efc269b081c35b0ba4bdeac4c9
2   "name": "OCRunnerArm64",
3   "version": "1.0",
4   "summary": "OCRunnerArm64",
5   "description": "Only Support Arm64, Execute Objective-C code Dynamically. iOS hotfix SDK.",
6   "homepage": "https://github.com/SilverFruity/OCRunner",
7   "license": "MIT",
8   "authors": {
9     "SilverFruity": "15328044115@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/SilverFruity/OCRunner.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "OCRunner/*.{h,m,c}",
20     "OCRunner/ORCoreImp/**/*.{h,m,c,s}",
21     "OCRunner/RunEnv/*.{h,m,c}",
22     "OCRunner/Util/*.{h,m,c}"
23   ],
24   "resources": "OCRunner/Scripts.bundle",
25   "pod_target_xcconfig": {
26     "VALID_ARCHS": "arm64 arm64e",
27     "VALID_ARCHS[sdk=iphonesimulator*]": ""
28   },
29   "dependencies": {
30     "oc2mangoLib": [
31       "~> 1.0"
32     ]
33   }