blob: 220a535658b73161dea62ff7615bb825ea63be36 [file] [log] [blame]
{
"name": "HTTPKit.swift",
"module_name": "HTTPKit",
"version": "1.0.2",
"summary": "A network layer base on Alamofire.",
"swift_versions": "5.1",
"description": "A network layer base on Alamofire.\n1. support HandyJSON decode Data\n2. support SwiftyJSON decode Data\n3. support RxSwift",
"homepage": "https://github.com/zevwings/HTTPKit",
"license": "Apache",
"authors": {
"zevwings": "zev.wings@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/zevwings/HTTPKit.git",
"tag": "1.0.2"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"HTTPKit/HTTPKit.h",
"HTTPKit/**/*.swift"
],
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.2"
]
}
},
{
"name": "RxSwift",
"source_files": [
"RxSupport/RxSupport.h",
"RxSupport/**/*.swift"
],
"dependencies": {
"HTTPKit.swift/Core": [
],
"RxSwift": [
]
}
}
],
"swift_version": "5.1"
}