[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / a / ELKCommonMaster / 0.0.1 / ELKCommonMaster.podspec.json
blobd6242bcf4602722dfb62c17700eb3c4a8f8863eb
2   "name": "ELKCommonMaster",
3   "version": "0.0.1",
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.1"
18   },
19   "subspecs": [
20     {
21       "name": "ELKWeiboSDK",
22       "vendored_libraries": "ELKSDK/ELKWeiboSDK/libWeiboSDK.a",
23       "resources": "ELKSDK/ELKWeiboSDK/WeiboSDK.bundle",
24       "source_files": "ELKSDK/ELKWeiboSDK/**/*.{h,m}",
25       "frameworks": [
26         "Photos",
27         "ImageIO",
28         "SystemConfiguration",
29         "CoreText",
30         "QuartzCore",
31         "Security",
32         "UIKit",
33         "Foundation",
34         "CoreGraphics",
35         "CoreTelephony"
36       ],
37       "libraries": [
38         "sqlite3",
39         "z"
40       ]
41     }
42   ]