[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / a / ELKCommonMaster / 0.2.4 / ELKCommonMaster.podspec.json
blob00195b47104d239d7278de4274dfe3be233526fc
2   "name": "ELKCommonMaster",
3   "version": "0.2.4",
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.2.4"
18   },
19   "frameworks": [
20     "Security",
21     "SystemConfiguration",
22     "CoreGraphics",
23     "CoreTelephony",
24     "WebKit",
25     "Foundation",
26     "UIKit"
27   ],
28   "libraries": [
29     "iconv",
30     "z",
31     "c++",
32     "sqlite3"
33   ],
34   "subspecs": [
35     {
36       "name": "ELKModule",
37       "source_files": "ELKCommonMaster/ELKModule/**/*.{h,m}",
38       "public_header_files": "ELKCommonMaster/ELKModule/**/*.h",
39       "ios": {
40         "frameworks": [
41           "Foundation",
42           "UIKit"
43         ]
44       }
45     },
46     {
47       "name": "ELKTencentSDK",
48       "ios": {
49         "vendored_frameworks": "ELKCommonSDK/ELKTencentSDK/*.framework"
50       },
51       "frameworks": [
52         "Security",
53         "SystemConfiguration",
54         "CoreGraphics",
55         "CoreTelephony",
56         "WebKit"
57       ],
58       "libraries": [
59         "iconv",
60         "z",
61         "c++",
62         "sqlite3"
63       ]
64     },
65     {
66       "name": "ELKTencent",
67       "source_files": "ELKCommonMaster/ELKTencent/**/*.{h,m}",
68       "public_header_files": "ELKCommonMaster/ELKTencent/**/*.h",
69       "dependencies": {
70         "ELKCommonMaster/ELKTencentSDK": [
72         ],
73         "ELKCommonMaster/ELKModule": [
75         ]
76       }
77     },
78     {
79       "name": "ELKSinaSDK",
80       "ios": {
81         "vendored_frameworks": "ELKCommonSDK/ELKSinaSDK/*.framework"
82       },
83       "resources": "ELKCommonSDK/ELKSinaSDK/WeiboSDK.bundle",
84       "frameworks": [
85         "Photos",
86         "ImageIO",
87         "SystemConfiguration",
88         "CoreText",
89         "QuartzCore",
90         "Security",
91         "UIKit",
92         "Foundation",
93         "CoreGraphics",
94         "CoreTelephony"
95       ],
96       "libraries": [
97         "sqlite3",
98         "z"
99       ]
100     }
101   ]