blob: 06be63decd7b4fd890fdeb93aa04fdb10beedd17 [file] [log] [blame]
{
"name": "LDSDKManager",
"version": "1.0.3",
"summary": "第三方SDK统一管理组件",
"description": "对应用中集成的第三方SDK(目前包括QQ,微信,易信,支付宝)进行集中管理,按照功能(目前包括第三方登录,分享,支付)开放给各个产品使用。通过接口的方式进行产品集成,方便对第三方SDK进行升级维护。",
"license": "MIT",
"authors": {
"littleplayer": "mailjiancheng@163.com"
},
"homepage": "https://github.com/poholo/LDSDKManager_IOS",
"source": {
"git": "https://github.com/poholo/LDSDKManager_IOS.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"subspecs": [
{
"name": "CoreService",
"public_header_files": [
"LDSDKManager/CoreService/LDSDKManager.h",
"LDSDKManager/CoreService/SDKServiceInterface/*.h"
],
"source_files": "LDSDKManager/CoreService/**/*.{h,m,mm}",
"resources": [
"LDSDKManager/CoreService/SDKServiceConfig.plist"
]
},
{
"name": "QQPlatform",
"public_header_files": [
"LDSDKManager/QQPlatform/*.h",
"LDSDKManager/QQPlatform/**/*.h"
],
"source_files": "LDSDKManager/QQPlatform/**/*.{h,m,mm}",
"vendored_frameworks": "LDSDKManager/QQPlatform/LDQQSDK/TencentOpenAPI.framework",
"resources": [
"LDSDKManager/QQPlatform/**/*.{bundle}"
],
"ios": {
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3.0",
"c++",
"iconv"
]
},
"dependencies": {
"LDSDKManager/CoreService": [
]
}
},
{
"name": "WechatPlatform",
"public_header_files": "LDSDKManager/WechatPlatform/WeChatSDK/*.h",
"source_files": "LDSDKManager/WechatPlatform/**/*.{h,m,mm}",
"vendored_libraries": "LDSDKManager/WechatPlatform/WeChatSDK/libWeChatSDK.a",
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"dependencies": {
"LDSDKManager/CoreService": [
]
}
},
{
"name": "YixinPlatform",
"public_header_files": "LDSDKManager/YixinPlatform/YiXinSDK/*.h",
"source_files": "LDSDKManager/YixinPlatform/**/*.{h,m,mm}",
"vendored_libraries": "LDSDKManager/YixinPlatform/YiXinSDK/libYixinSDK.a",
"dependencies": {
"LDSDKManager/CoreService": [
]
}
},
{
"name": "WeiboPlatform",
"public_header_files": "LDSDKManager/WeiboPlatform/libWeiboSDK/*.h",
"source_files": "LDSDKManager/WeiboPlatform/**/*{h,m,mm}",
"vendored_libraries": "LDSDKManager/WeiboPlatform/libWeiboSDK/libWeiboSDK.a",
"resources": [
"LDSDKManager/WeiboPlatform/**/*.{bundle}"
],
"frameworks": [
"QuartzCore",
"ImageIO",
"SystemConfiguration",
"Security",
"CoreTelephony",
"CoreText"
],
"libraries": [
"z",
"sqlite3.0"
],
"dependencies": {
"LDSDKManager/CoreService": [
]
}
},
{
"name": "AlipayPlatform",
"public_header_files": [
"LDSDKManager/AlipayPlatform/*.h",
"LDSDKManager/AlipayPlatform/**/*.h"
],
"source_files": "LDSDKManager/AlipayPlatform/**/*{h,m,mm}",
"vendored_frameworks": "LDSDKManager/AlipayPlatform/AliSDK/AlipaySDK.framework",
"resources": [
"LDSDKManager/AlipayPlatform/**/*.{bundle}"
],
"frameworks": "SystemConfiguration",
"dependencies": {
"LDSDKManager/CoreService": [
]
}
}
]
}