blob: b4878b769a487766a61a6beb42511f9e746af822 [file] [log] [blame]
{
"name": "WLToolsKit",
"version": "1.3.0",
"summary": "A Lib For Tool.",
"description": "WLToolKit是一个综合类的工具类。 字符串、颜色 图片等 Load+Swizzling",
"homepage": "https://github.com/StoneStoneStoneWang/WLToolsKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLToolsKit.git",
"tag": "1.3.0"
},
"subspecs": [
{
"name": "WLString",
"source_files": "Code/String/*.{swift}"
},
{
"name": "WLCommon",
"source_files": "Code/Common/*.{swift}",
"dependencies": {
"WLToolsKit/WLDate": [
]
}
},
{
"name": "WLColor",
"source_files": "Code/Color/*.{swift}",
"dependencies": {
"WLToolsKit/WLString": [
]
}
},
{
"name": "WLImage",
"source_files": "Code/Image/*.{swift}",
"dependencies": {
"WLToolsKit/WLColor": [
],
"WLToolsKit/WLCommon": [
]
}
},
{
"name": "WLNaviBar",
"source_files": "Code/NaviBar/*.{swift}"
},
{
"name": "WLJsonCast",
"source_files": "Code/JsonCast/*.{swift}"
},
{
"name": "WLAppStore",
"source_files": "Code/AppStore/*.{swift}",
"dependencies": {
"WLToolsKit/WLOpenUrl": [
]
}
},
{
"name": "WLDate",
"source_files": "Code/Date/*.{swift}"
},
{
"name": "WLDeviceInfo",
"source_files": "Code/DeviceInfo/*.{swift}",
"dependencies": {
"WLToolsKit/WLCommon": [
]
}
},
{
"name": "WLOpenUrl",
"source_files": "Code/OpenUrl/*.{swift}"
},
{
"name": "WLThen",
"source_files": "Code/Then/*.{swift}"
},
{
"name": "WLSwizzling",
"source_files": "Code/Swizzling/*.{swift}"
}
]
}