blob: 8a22538f76e850c40763355133e1b6e1cedc237f [file] [log] [blame]
{
"name": "UGuide",
"version": "0.0.1",
"summary": "让应用快速具备微信/QQ/微博/支付宝等社交分享能力",
"homepage": "https://github.com/51wakeup/UGuide",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"醒来-技术": "1020166296@qq.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/51wakeup/UGuide.git",
"tag": "0.0.1"
},
"source_files": [
"UGuide/Core/*.swift",
"UGuide/Framework/*.h"
],
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork",
"CoreGraphics",
"QuartzCore",
"ImageIO",
"Security",
"CoreText",
"Photos"
],
"libraries": [
"z",
"sqlite3.0",
"c++",
"stdc++",
"iconv"
],
"requires_arc": true,
"vendored_frameworks": "UGuide/TencentOpenAPI.framework",
"vendored_libraries": [
"UGuide/Framework/libWeChatSDK.a",
"UGuide/Framework/libWeiboSDK.a"
],
"resources": [
"UGuide/Framework/*.{bundle}"
]
}