[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 7 / 4 / PUBConfig / 1.0.1 / PUBConfig.podspec.json
blob17044621aff851bee6e663d4af01d7780dba4243
2   "name": "PUBConfig",
3   "version": "1.0.1",
4   "summary": "A short description of PUBConfig.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/iospublic/PUBConfig",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iospublic": "iospublic"
13   },
14   "source": {
15     "git": "https://github.com/iospublic/PUBConfig.git",
16     "tag": "1.0.1"
17   },
18   "static_framework": true,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "PUBConfig/Classes/**/*",
23   "public_header_files": "PUBConfig/Classes/**/*.h",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphoneos*]": "armv7 armv7s",
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "armv7 armv7s arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphoneos*]": "armv7 armv7s",
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "armv7 armv7s arm64"
31   },
32   "dependencies": {
33     "LeanCloudObjc/Foundation": [
35     ],
36     "TDFModuleKit": [
37       "1.0.6"
38     ]
39   },
40   "frameworks": [
41     "SystemConfiguration",
42     "MobileCoreServices"
43   ],
44   "libraries": [
45     "sqlite3",
46     "z"
47   ]