[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 3 / 6 / GuardianDynamic / 0.0.1 / GuardianDynamic.podspec.json
blob984500f503dd5d2f45e147edca4f774a93e3b85a
2   "name": "GuardianDynamic",
3   "version": "0.0.1",
4   "summary": "GuardianDynamic for components",
5   "description": "GuardianDynamic for components",
6   "homepage": "https://github.com/bbrichard/GuardianDynamic",
7   "license": "MIT. Copyright (c) 2019年 BB. All rights reserved.",
8   "authors": {
9     "Richard": "Richard@seektopser.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "http": "https://github.com/bbrichard/GuardianDynamic/releases/download/0.0.1/Guardian.framework.zip"
16   },
17   "user_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "frameworks": [
21     "AdSupport",
22     "AvFoundation",
23     "CoreTelephony",
24     "SystemConfiguration"
25   ],
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "default_subspecs": "zip",
30   "prepare_command": "pwd\nls -l\nmkdir Guardian.framework/Modules\ntouch  Guardian.framework/Modules/module.modulemap\ncat <<-EOF > Guardian.framework/Modules/module.modulemap\nframework module Guardian {\n    header \"NTESCSGuardian.h\"\n}\nEOF",
31   "subspecs": [
32     {
33       "name": "zip",
34       "ios": {
35         "vendored_frameworks": "*.framework"
36       }
37     }
38   ]