blob: 702182deb69d76e9e1f520cb67e2611e37e636b7 [file] [log] [blame]
{
"name": "UMShareLib",
"version": "0.1.0",
"summary": "A short description of UMShareLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lishuailibertine/SLUMengShare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lishuailibertine": "lishuai19@yeah.net"
},
"source": {
"git": "https://github.com/lishuailibertine/SLUMengShare.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"vendored_libraries": [
"SocialLibraries/QQ/libSocialQQ.a",
"SocialLibraries/Sina/libSocialSina.a",
"SocialLibraries/WeChat/libSocialWeChat.a"
],
"vendored_frameworks": [
"UMShare.framework",
"UMSocialUI/UShareUI.framework"
],
"resources": "UMSocialUI/UMSocialSDKResources.bundle",
"source_files": "SocialLibraries/**/*.*",
"public_header_files": "SocialLibraries/**/*.h",
"dependencies": {
"UMCCommon": [
],
"UMCSecurityPlugins": [
]
},
"libraries": "sqlite3",
"frameworks": [
"WebKit",
"CoreGraphics"
],
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 armv7 armv7s"
}
}