blob: 4e7525500c72ddcfea6b7b75eb5a7210b1801572 [file] [log] [blame]
{
"name": "HTTPKit-HandyJSONSupport.swift",
"module_name": "HandyJSONSupport",
"version": "1.0.1",
"summary": "`HandyJSON` support for `HTTPKit`",
"swift_versions": "5.1",
"description": "HTTPKit decode Data Support - HandyJSON",
"homepage": "https://github.com/zevwings/HTTPKit-HandyJSONSupport",
"license": "Apache",
"authors": {
"zevwings": "zev.wings@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/zevwings/HTTPKit-HandyJSONSupport.git",
"tag": "1.0.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"HandyJSONSupport/HandyJSONSupport.h",
"HandyJSONSupport/**/*.swift"
],
"dependencies": {
"HTTPKit.swift": [
],
"HandyJSON": [
]
}
},
{
"name": "RxSwift",
"source_files": [
"RxHandyJSONSupport/RxHandyJSONSupport.h",
"RxHandyJSONSupport/**/*.swift"
],
"dependencies": {
"HTTPKit-HandyJSONSupport.swift/Core": [
],
"RxSwift": [
]
}
}
],
"swift_version": "5.1"
}