blob: 305f02df76dcd781a85f9ec17c667dda11fa9ef0 [file] [log] [blame]
{
"name": "SwiftBoxer",
"version": "0.1.1",
"summary": "A short description of SwiftBoxer.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/nanliSKy/SwiftBoxer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nanliSKy": "827752527@qq.com"
},
"source": {
"git": "https://github.com/nanliSKy/SwiftBoxer.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftBoxer/Classes/Core/**/*.swift"
},
{
"name": "Helper",
"source_files": "SwiftBoxer/Classes/Helper/**/*.swift"
},
{
"name": "Foundation",
"source_files": "SwiftBoxer/Classes/Foundation/**/*.swift",
"dependencies": {
"SwiftBoxer/Core": [
]
}
},
{
"name": "UIKit",
"source_files": "SwiftBoxer/Classes/UIKit/**/*.swift",
"dependencies": {
"SwiftBoxer/Core": [
],
"SwiftBoxer/Foundation": [
]
}
}
],
"swift_version": "4.2"
}