blob: ffdafe061259357fd847a34e4c4d2a24c88eac0e [file] [log] [blame]
{
"name": "LDSDKManager",
"version": "1.0.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"dependencies": {
"MCTencentOpenAPI": [
],
"WechatOpenSDK": [
],
"Weibo_SDK": [
],
"AlipaySDK-iOS": [
],
"APOpenSdk": [
],
"MCDingTalk": [
]
},
"subspecs": [
{
"name": "CoreService",
"source_files": [
"LDSDKManager/CoreService/**/*.{h,m,mm}",
"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}",
"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"
},
{
"name": "DingTalkPlatform",
"dependencies": {
"LDSDKManager/CoreService": [
]
},
"source_files": "LDSDKManager/DingTalkPlatform/*{h,m,mm}",
"public_header_files": "LDSDKManager/DingTalkPlatform/*.h"
},
{
"name": "TelegramPlatform",
"dependencies": {
"LDSDKManager/CoreService": [
]
},
"source_files": "LDSDKManager/TelegramPlatform/*{h,m,mm}",
"public_header_files": "LDSDKManager/TelegramPlatform/*.h"
}
]
}