blob: 00e9b379d66fba6e5d14477dd11e3c6c4a292a7a [file] [log] [blame]
{
"name": "WLThirdUtil",
"version": "0.0.4",
"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"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLThirdUtil.git",
"tag": "0.0.4"
},
"subspecs": [
{
"name": "JPush",
"source_files": "Code/JPush/*.{h,m}",
"dependencies": {
"JPush": [
]
}
},
{
"name": "UM",
"source_files": "Code/UM/**/*.{h,m}",
"dependencies": {
"UMCPush": [
],
"UMCAnalytics": [
],
"UMCSecurityPlugins": [
],
"UMCShare/Social/WeChat": [
],
"UMCShare/Social/QQ": [
]
}
},
{
"name": "Hud",
"source_files": "Code/Hud/*.{h,m}",
"dependencies": {
"SVProgressHUD": [
]
}
},
{
"name": "Cache",
"source_files": "Code/Cahce/*.{h,m}",
"dependencies": {
"YYCache": [
]
}
}
]
}