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