blob: f8c98a91c0a95995414900c86a62fbf71de02315 [file] [log] [blame]
{
"name": "HTTPKit-SwiftyJSONSupport.swift",
"module_name": "SwiftyJSONSupport",
"version": "0.0.6",
"summary": "`SwiftyJSON` support for `HTTPKit `",
"swift_versions": "5.1",
"description": "HTTPKit decode Data Support - SwiftyJSON",
"homepage": "https://github.com/zevwings/HTTPKitSupport",
"license": "Apache",
"authors": {
"zevwings": "zev.wings@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/zevwings/HTTPKitSupport.git",
"tag": "0.0.6"
},
"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"
}