[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / 4 / PUBConfig / 1.0.0 / PUBConfig.podspec.json
blob7838b7e57c52be7af49b2ba56180d8b0639fd117
2   "name": "PUBConfig",
3   "version": "1.0.0",
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.0"
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   }