blob: eb83025a326ebff702a360350b8f067d84ed9837 [file] [log] [blame]
{
"name": "LDSDKManager",
"version": "1.0.5",
"summary": "iOS第三方聚合库",
"description": "主要聚合QQ、微信、微博、支付宝等第三方库,抽象封装分享、授权、支付功能,以便其他开发者能快速接入。",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"littleplayer": "mailjiancheng@163.com"
},
"homepage": "https://github.com/poholo/LDSDKManager_IOS",
"source": {
"git": "https://github.com/poholo/LDSDKManager_IOS.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"dependencies": {
"MCTencentOpenAPI": [
],
"WechatOpenSDK": [
],
"Weibo_SDK": [
],
"AlipaySDK-iOS": [
]
},
"subspecs": [
{
"name": "CoreService",
"source_files": "LDSDKManager/CoreService/**/*.{h,m,mm}",
"public_header_files": "LDSDKManager/CoreService/**/*.h"
},
{
"name": "QQPlatform",
"dependencies": {
"LDSDKManager/CoreService": [
]
},
"source_files": "LDSDKManager/QQPlatform/*.{h,m,mm}",
"public_header_files": "LDSDKManager/QQPlatform/*.h"
},
{
"name": "WechatPlatform",
"dependencies": {
"LDSDKManager/CoreService": [
]
},
"source_files": "LDSDKManager/WechatPlatform/**/*.{h,m,mm}",
"public_header_files": "LDSDKManager/WechatPlatform/*.h"
},
{
"name": "WeiboPlatform",
"dependencies": {
"LDSDKManager/CoreService": [
]
},
"source_files": "LDSDKManager/WeiboPlatform/*{h,m,mm}",
"public_header_files": "LDSDKManager/WeiboPlatform/*.h"
},
{
"name": "AlipayPlatform",
"dependencies": {
"LDSDKManager/CoreService": [
]
},
"source_files": "LDSDKManager/AlipayPlatform/*{h,m,mm}",
"public_header_files": "LDSDKManager/AlipayPlatform/*.h"
}
]
}