[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / a / ELKCommonMaster / 0.0.9 / ELKCommonMaster.podspec.json
blobd6b2d5e9809a155e65763a3389adc2f650bb020c
2   "name": "ELKCommonMaster",
3   "version": "0.0.9",
4   "summary": "简单易用通用三方库集成:1)微信登录、分享、支付;2)QQ登录、分享;3)新浪微博登录、分享",
5   "description": "简单易用通用三方库集成:\n1)微信登录、分享、支付功能;\n2)QQ登录、分享功能;\n3)新浪微博登录、分享功能。",
6   "homepage": "https://github.com/elkshrek/ELKCommon-master",
7   "license": "MIT",
8   "authors": {
9     "Jonathan": "Jonathan_dk@163.com"
10   },
11   "requires_arc": true,
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/elkshrek/ELKCommon-master.git",
17     "tag": "0.0.9"
18   },
19   "subspecs": [
20     {
21       "name": "ELKModule",
22       "source_files": "ELKCommonMaster/ELKModule/**/*.{h,m}",
23       "public_header_files": "ELKCommonMaster/ELKModule/**/*.h",
24       "ios": {
25         "frameworks": [
26           "Foundation",
27           "UIKit"
28         ]
29       }
30     },
31     {
32       "name": "ELKWeiboSDK",
33       "vendored_libraries": "ELKSDK/ELKWeiboSDK/libWeiboSDK.a",
34       "resources": "ELKSDK/ELKWeiboSDK/WeiboSDK.bundle",
35       "source_files": "ELKSDK/ELKWeiboSDK/**/*.{h,m}",
36       "frameworks": [
37         "Photos",
38         "ImageIO",
39         "SystemConfiguration",
40         "CoreText",
41         "QuartzCore",
42         "Security",
43         "UIKit",
44         "Foundation",
45         "CoreGraphics",
46         "CoreTelephony"
47       ],
48       "libraries": [
49         "sqlite3",
50         "z"
51       ]
52     },
53     {
54       "name": "ELKTencentOpenSDK",
55       "ios": {
56         "vendored_frameworks": "ELKSDK/ELKTencentSDK/TencentOpenAPI.framework",
57         "frameworks": [
58           "Foundation",
59           "UIKit",
60           "ImageIO",
61           "QuartzCore",
62           "CoreText",
63           "WebKit",
64           "CoreGraphics",
65           "CoreTelephony",
66           "Security",
67           "SystemConfiguration"
68         ]
69       },
70       "libraries": [
71         "sqlite3",
72         "z",
73         "c++",
74         "iconv"
75       ]
76     },
77     {
78       "name": "ELKWechatOpenSDK",
79       "vendored_libraries": "ELKSDK/ELKWechatSDK/libWeChatSDK.a",
80       "source_files": "ELKSDK/ELKWechatSDK/**/*.{h,m}",
81       "ios": {
82         "frameworks": [
83           "Foundation",
84           "UIKit",
85           "ImageIO",
86           "QuartzCore",
87           "CoreText",
88           "WebKit",
89           "CoreGraphics",
90           "CoreTelephony",
91           "Security",
92           "SystemConfiguration"
93         ]
94       },
95       "libraries": [
96         "sqlite3",
97         "z",
98         "c++",
99         "iconv"
100       ]
101     }
102   ]