[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 8 / 3 / 6 / GuardianDynamic / 0.0.2 / GuardianDynamic.podspec.json
bloba55f583bd77a4e629329bc23ac829ca214596909
2   "name": "GuardianDynamic",
3   "version": "0.0.2",
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   "static_framework": true,
31   "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",
32   "subspecs": [
33     {
34       "name": "zip",
35       "ios": {
36         "vendored_frameworks": "*.framework"
37       }
38     }
39   ]