blob: bfe9874876a4db69e3c35bc232c4c0f4b8b57053 [file] [log] [blame]
{
"name": "DDThirdShareLibrary",
"version": "0.0.3",
"summary": "third SDKs content QQ WeChat Sina mi.",
"homepage": "https://github.com/393385724/DDThirdShareLibrary",
"license": "MIT",
"authors": {
"llg": "393385724@qq.com"
},
"source": {
"git": "https://github.com/393385724/DDThirdShareLibrary.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "MISDK",
"ios": {
"vendored_frameworks": "Librarys/MISDK/*.framework"
}
},
{
"name": "TencentSDK",
"ios": {
"vendored_frameworks": "Librarys/TencentSDK/*.framework"
},
"libraries": [
"z",
"sqlite3",
"stdc++",
"iconv"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"CoreTelephony",
"Security",
"SystemConfiguration"
]
},
{
"name": "WeChatSDK",
"source_files": "Librarys/WeChatSDK/*.h",
"ios": {
"vendored_libraries": "Librarys/WeChatSDK/*.a"
},
"libraries": [
"z",
"sqlite3",
"stdc++"
],
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration"
]
},
{
"name": "WeiboSDK",
"dependencies": {
"WeiboSDK": [
"~> 3.1.3"
]
}
}
]
}