blob: ce1cc50995204679f75a061d973313f35711f6dc [file] [log] [blame]
{
"name": "SwiftyJSONSupport.swift",
"version": "0.0.1",
"summary": "`SwiftyJSON` support for `HTTPKit `",
"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.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"source_files": [
"SwiftyJSONSupport/SwiftyJSONSupport.h",
"SwiftyJSONSupport/**/*.swift"
],
"dependencies": {
"HTTPKit.swift": [
],
"SwiftyJSON": [
]
},
"subspecs": [
{
"name": "Core"
},
{
"name": "RxSwift",
"source_files": [
"SwiftyJSONSupport/SwiftyJSONSupport.h",
"SwiftyJSONSupport/**/*.swift"
],
"dependencies": {
"SwiftyJSONSupport.swift/Core": [
],
"RxSwift": [
]
}
}
]
}