blob: a2232cdcacc39676108283698bec9a5890e123e6 [file] [log] [blame]
{
"name": "XBKit",
"version": "1.1.10",
"summary": "XBKit",
"description": "This is an XBKit extension",
"homepage": "https://github.com/LiuSky/XBKit",
"license": "MIT",
"authors": {
"xiaobin liu": "327847390@qq.com"
},
"source": {
"git": "https://github.com/LiuSky/XBKit.git",
"tag": "1.1.10"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.4.0"
],
"Moya": [
"~> 8.0.3"
],
"Moya/RxSwift": [
"~> 8.0.3"
],
"Result": [
"~> 3.2.1"
],
"RxSwift": [
"~> 3.3.1"
],
"SwiftyJSON": [
"~> 3.1.4"
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Protocol",
"source_files": "Sources/Protocol/*.swift"
},
{
"name": "Extension",
"source_files": "Sources/Extension/*.swift"
}
]
}