blob: 15d7b933f4406262f20a14a0f44d1533ba09bb47 [file] [log] [blame]
{
"name": "WLThirdUtil",
"version": "0.0.9",
"summary": "A Lib For 三方的封装.",
"description": "WLThirdUtil一个对三方的封装的封装",
"homepage": "https://github.com/StoneStoneStoneWang/WLThirdUtil",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLThirdUtil.git",
"tag": "0.0.9"
},
"subspecs": [
{
"name": "JPush",
"source_files": "Code/JPush/*.{h,m}",
"dependencies": {
"JPush": [
]
}
},
{
"name": "UM",
"subspecs": [
{
"name": "Base",
"source_files": "Code/UM/Base/*.{h,m}",
"dependencies": {
"UMCAnalytics": [
],
"UMCCommon": [
],
"UMCSecurityPlugins": [
]
}
},
{
"name": "Statistics",
"source_files": "Code/UM/Statistics/*.{h,m}",
"dependencies": {
"WLThirdUtil/UM/Base": [
],
"UMCCommon": [
],
"UMCSecurityPlugins": [
]
}
},
{
"name": "Share",
"source_files": "Code/UM/Share/*.{h,m}",
"dependencies": {
"WLThirdUtil/UM/Base": [
],
"UMCShare/Social/WeChat": [
],
"UMCShare/Social/QQ": [
]
}
},
{
"name": "Push",
"source_files": "Code/UM/Push/*.{h,m}",
"dependencies": {
"WLThirdUtil/UM/Base": [
],
"UMCPush": [
]
}
}
]
},
{
"name": "Hud",
"source_files": "Code/Hud/*.{h,m}",
"dependencies": {
"SVProgressHUD": [
]
}
},
{
"name": "Cache",
"source_files": "Code/Cahce/*.{h,m}",
"dependencies": {
"YYCache": [
]
}
},
{
"name": "Ali",
"subspecs": [
{
"name": "ObjCache",
"source_files": "Code/Ali/ObjCache/*.{h,m}",
"dependencies": {
"AliyunOSSiOS": [
]
}
},
{
"name": "AMap",
"source_files": "Code/Ali/AMap/*.{h,m}",
"dependencies": {
"AMap2DMap-NO-IDFA": [
]
}
},
{
"name": "Location",
"source_files": "Code/Ali/Location/*.{h,m}",
"dependencies": {
"AMapLocation-NO-IDFA": [
],
"WLToolsKit/OpenUrl": [
]
},
"frameworks": "CoreLocation"
},
{
"name": "Search",
"source_files": "Code/Ali/Search/*.{h,m}",
"dependencies": {
"AMapSearch-NO-IDFA": [
]
}
}
]
}
],
"swift_version": "5.0"
}