blob: c4f327f80c10fda0ebaf55a52faa7c36f6c902fc [file] [log] [blame]
{
"name": "DDThirdShareLibrary",
"version": "0.0.5",
"summary": "Third SDKs content QQ、WeChat、Sina、MI、Facebook.",
"homepage": "https://github.com/393385724/DDThirdShareLibrary",
"license": "MIT",
"authors": {
"llg": "393385724@qq.com"
},
"source": {
"git": "https://github.com/393385724/DDThirdShareLibrary.git",
"tag": "0.0.5"
},
"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"
]
}
},
{
"name": "FaceBookSDK",
"dependencies": {
"FBSDKCoreKit": [
],
"FBSDKShareKit": [
]
}
}
]
}