[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / b / f / UGuide / 0.0.1 / UGuide.podspec.json
blob8a22538f76e850c40763355133e1b6e1cedc237f
2   "name": "UGuide",
3   "version": "0.0.1",
4   "summary": "让应用快速具备微信/QQ/微博/支付宝等社交分享能力",
5   "homepage": "https://github.com/51wakeup/UGuide",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "醒来-技术": "1020166296@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "swift_version": "4.1",
17   "source": {
18     "git": "https://github.com/51wakeup/UGuide.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "UGuide/Core/*.swift",
23     "UGuide/Framework/*.h"
24   ],
25   "frameworks": [
26     "SystemConfiguration",
27     "Security",
28     "CoreTelephony",
29     "CFNetwork",
30     "CoreGraphics",
31     "QuartzCore",
32     "ImageIO",
33     "Security",
34     "CoreText",
35     "Photos"
36   ],
37   "libraries": [
38     "z",
39     "sqlite3.0",
40     "c++",
41     "stdc++",
42     "iconv"
43   ],
44   "requires_arc": true,
45   "vendored_frameworks": "UGuide/TencentOpenAPI.framework",
46   "vendored_libraries": [
47     "UGuide/Framework/libWeChatSDK.a",
48     "UGuide/Framework/libWeiboSDK.a"
49   ],
50   "resources": [
51     "UGuide/Framework/*.{bundle}"
52   ]