blob: 4f02d08e1a1cfd6e18633f0a135a38dee02b48a2 [file] [log] [blame]
{
"name": "KYBaseLib",
"version": "1.2.1",
"summary": "A short description of KYBaseLib.",
"swift_versions": "5.0",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/shmxybfq@163.com/kybase-lib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shmxybfq@163.com": "shmxybfq@163.com"
},
"source": {
"git": "https://gitee.com/chengfengkuaiyun/kybase-lib.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Kingfisher": [
],
"SnapKit": [
],
"MBProgressHUD": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "Extensions",
"source_files": "KYBaseLib/Classes/Extensions/*",
"dependencies": {
"KYBaseLib/SwiftStdlib": [
],
"KYBaseLib/UIKit": [
]
}
},
{
"name": "CoreGraphics",
"source_files": "KYBaseLib/Classes/SwifterSwift/CoreGraphics/*"
},
{
"name": "CoreLocation",
"source_files": "KYBaseLib/Classes/SwifterSwift/CoreLocation/*"
},
{
"name": "Dispatch",
"source_files": "KYBaseLib/Classes/SwifterSwift/Dispatch/*"
},
{
"name": "Foundation",
"source_files": "KYBaseLib/Classes/SwifterSwift/Foundation/*"
},
{
"name": "MapKit",
"source_files": "KYBaseLib/Classes/SwifterSwift/MapKit/*"
},
{
"name": "SwiftStdlib",
"source_files": "KYBaseLib/Classes/SwifterSwift/SwiftStdlib/**/*"
},
{
"name": "UIKit",
"source_files": "KYBaseLib/Classes/SwifterSwift/UIKit/*"
}
],
"swift_version": "5.0"
}