blob: 17714fec15ed0c27b072ae62f0783ff21e7bca82 [file] [log] [blame]
{
"name": "THLSocial",
"version": "0.0.3",
"summary": "第三方SDK统一管理组件",
"description": "THLSocial is a further encapsulation of the social component that makes it easy for developers to make calls.",
"homepage": "https://gitlab.taihaoli.com/ios-module-pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hanniballol": "chenjiandong@taihaoli.com"
},
"source": {
"git": "https://gitlab.taihaoli.com/ios-module-pod/THLSocial.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "CoreService",
"public_header_files": [
"THLSocial/CoreService/THLSocial.h",
"THLSocial/CoreService/serviceInterface/*.h"
],
"source_files": "THLSocial/CoreService/**/*.{h,m,mm}",
"resources": [
"THLSocial/CoreService/JLSocialServiceConfig.plist"
]
},
{
"name": "QQPlatform",
"public_header_files": [
"THLSocial/QQPlatform/*.h",
"THLSocial/QQPlatform/**/*.h"
],
"source_files": "THLSocial/QQPlatform/**/*.{h,m,mm}",
"vendored_frameworks": "THLSocial/QQPlatform/QQSDK/TencentOpenAPI.framework",
"resources": [
"THLSocial/QQPlatform/**/*.{bundle}"
],
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3.0",
"c++",
"iconv"
],
"dependencies": {
"THLSocial/CoreService": [
]
}
},
{
"name": "WechatPlatform",
"source_files": "THLSocial/WechatPlatform/**/*.{h,m,mm}",
"dependencies": {
"THLSocial/CoreService": [
],
"WechatOpenSDK": [
]
}
},
{
"name": "AlipayPlatform",
"source_files": "THLSocial/AlipayPlatform/**/*{h,m,mm}",
"dependencies": {
"THLSocial/CoreService": [
],
"AliPay_SDK": [
]
}
}
]
}