blob: 58a54870371c6e8b61a59e5f503880049f72a0cf [file] [log] [blame]
{
"name": "WXBSwift",
"version": "1.0.0",
"swift_versions": "5.0",
"summary": "A set of useful extensions and tools for Swift",
"homepage": "https://github.com/bingstyle/WXBSwift",
"license": {
"type": "MIT",
"file": "./LICENSE"
},
"authors": {
"WeiXinbing": "183292352@qq.com"
},
"social_media_url": "http://weixinbing.top/",
"source": {
"git": "https://github.com/bingstyle/WXBSwift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.0"
},
"subspecs": [
{
"name": "Extensions",
"subspecs": [
{
"name": "CoreGraphics",
"source_files": "Sources/Extensions/CoreGraphics/*.swift"
},
{
"name": "Foundation",
"source_files": "Sources/Extensions/Foundation/*.swift"
},
{
"name": "Shared",
"source_files": "Sources/Extensions/Shared/*.swift"
},
{
"name": "SwiftStdlib",
"source_files": "Sources/Extensions/SwiftStdlib/*.swift"
},
{
"name": "UIKit",
"source_files": "Sources/Extensions/UIKit/*.swift"
}
]
},
{
"name": "Tools",
"source_files": "Sources/Tools/*.swift"
}
],
"swift_version": "5.0"
}