[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / f / OCRunner / 1.2.3 / OCRunner.podspec.json
blobad21486490e47a78245d26109ae8bd1ee1b2f14b
2   "name": "OCRunner",
3   "version": "1.2.3",
4   "summary": "OCRunner",
5   "description": "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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/SilverFruity/OCRunner.git",
16     "tag": "1.2.3"
17   },
18   "source_files": "OCRunner/**/*.{h,m,c,mm}",
19   "pod_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "user_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "vendored_libraries": "OCRunner/libffi/libffi.a",
26   "dependencies": {
27     "ORPatchFile": [
28       "1.2.0"
29     ]
30   }