blob: 2af3d28a7febe46a67871e5b061b76f27de6bf9d [file] [log] [blame]
{
"name": "SwiftyJSONMappable",
"version": "1.0.3",
"summary": "SwiftyJSON extensions JSON->Model Model->JSON model->JSONString.",
"description": "JSONMappable implement [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)\nResponse+JSONMappable [Moya](https://github.com/Moya/Moya)\nObservable+JSONMappable [RxSwift](https://github.com/ReactiveX/RxSwift)",
"homepage": "https://github.com/ApterKing/SwiftyJSONMappable",
"license": "MIT",
"authors": {
"ApterKing": "wangcccong@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ApterKing/SwiftyJSONMappable.git",
"tag": "1.0.3"
},
"requires_arc": true,
"default_subspecs": "Mappable",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Mappable",
"source_files": "Pod/Classes/JSONMappable.swift",
"dependencies": {
"SwiftyJSON": [
"~>3.1.4"
]
},
"frameworks": "Foundation"
},
{
"name": "Moya",
"source_files": "Pod/Classes/Response+JSONMappable.swift",
"dependencies": {
"Moya": [
],
"SwiftyJSONMappable/Mappable": [
]
}
},
{
"name": "RxSwift",
"source_files": "Pod/Classes/Observable+JSONMappable.swift",
"dependencies": {
"Moya/RxSwift": [
],
"SwiftyJSONMappable/Moya": [
]
}
}
]
}