[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / a / ELKCommonMaster / 0.0.8 / ELKCommonMaster.podspec.json
bloba29abaa3f01d2a1c7e458cfa8e3d0a81fb42aa7f
2   "name": "ELKCommonMaster",
3   "version": "0.0.8",
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.8"
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": "ELKWechatOpenSDK",
55       "vendored_libraries": "ELKSDK/ELKWechatSDK/libWeChatSDK.a",
56       "source_files": "ELKSDK/ELKWechatSDK/**/*.{h,m}",
57       "ios": {
58         "frameworks": [
59           "Foundation",
60           "UIKit",
61           "ImageIO",
62           "QuartzCore",
63           "CoreText",
64           "WebKit",
65           "CoreGraphics",
66           "CoreTelephony",
67           "Security",
68           "SystemConfiguration"
69         ]
70       },
71       "libraries": [
72         "sqlite3",
73         "z",
74         "c++",
75         "iconv"
76       ]
77     }
78   ]