[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 1 / ZExtManager / 0.1.2 / ZExtManager.podspec.json
blob4a4ec26566d25670ab6e84de7553a96638363fc4
2   "name": "ZExtManager",
3   "version": "0.1.2",
4   "summary": "A short description of ZExtManager.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitlab.com/airfight/ZExtManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "foxsofter": "foxsofter@gmail.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/airfight/ZExtManager.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZExtManager/Classes/ZExtManager.h",
22   "requires_arc": true,
23   "frameworks": [
24     "SystemConfiguration",
25     "CoreTelephony",
26     "QuartzCore",
27     "CoreText",
28     "CoreGraphics",
29     "UIKit",
30     "Foundation",
31     "CFNetwork",
32     "CoreMotion",
33     "ImageIO",
34     "Security",
35     "OpenGLES",
36     "CoreLocation",
37     "Accelerate",
38     "JavaScriptCore",
39     "Photos"
40   ],
41   "libraries": [
42     "c++",
43     "z",
44     "stdc++",
45     "z.1.1.3",
46     "stdc++.6.0.9",
47     "sqlite3",
48     "iconv"
49   ],
50   "subspecs": [
51     {
52       "name": "AliPay",
53       "source_files": "ZExtManager/Classes/AliPay/*.{h,m}",
54       "public_header_files": "ZExtManager/Classes/AliPay/*.h",
55       "vendored_frameworks": "ZExtManager/Classes/AliPay/SDK/AlipaySDK.framework",
56       "resources": "ZExtManager/Classes/AliPay/SDK/AlipaySDK.bundle"
57     },
58     {
59       "name": "Share",
60       "source_files": "ZExtManager/Classes/Share/*.{h,m}",
61       "public_header_files": [
62         "ZExtManager/Classes/Share/UMengAnalytics.h",
63         "ZExtManager/Classes/Share/UMengShareManager.h"
64       ],
65       "vendored_frameworks": "ZExtManager/Classes/Share/SDK/*.framework",
66       "vendored_libraries": "ZExtManager/Classes/Share/SDK/SocialLibraries/**/*.a",
67       "frameworks": [
68         "SystemConfiguration",
69         "CoreTelephony",
70         "QuartzCore",
71         "CoreText",
72         "CoreGraphics",
73         "UIKit",
74         "Foundation",
75         "CFNetwork",
76         "CoreMotion",
77         "ImageIO",
78         "Security",
79         "OpenGLES",
80         "CoreLocation",
81         "Accelerate",
82         "JavaScriptCore",
83         "Photos",
84         "AdSupport",
85         "Security",
86         "CoreMotion"
87       ],
88       "libraries": [
89         "c++",
90         "z",
91         "stdc++",
92         "z.1.1.3",
93         "stdc++.6.0.9",
94         "sqlite3",
95         "iconv"
96       ],
97       "xcconfig": {
98         "OTHER_LDFLAGS": "-ObjC"
99       }
100     },
101     {
102       "name": "Wechat",
103       "source_files": "ZExtManager/Classes/Wechat/*.{h,m}",
104       "public_header_files": "ZExtManager/Classes/Wechat/*.h",
105       "vendored_libraries": "ZExtManager/Classes/Wechat/SDK/libWeChatSDK.a"
106     }
107   ]