blob: 62e799b2bc17c12c08d58aad9dd374d7c8fd56fc [file] [log] [blame]
{
"name": "Moya-SwiftyJSONMapper",
"version": "2.2.0",
"summary": "Map objects through SwiftyJSON in combination with Moya",
"description": "[SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift/) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/AvdLee/Moya-SwiftyJSONMapper).",
"homepage": "https://github.com/AvdLee/Moya-SwiftyJSONMapper",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Antoine van der Lee": "a.vanderlee@triple-it.nl"
},
"source": {
"git": "https://github.com/AvdLee/Moya-SwiftyJSONMapper.git",
"tag": "2.2.0"
},
"social_media_url": "https://twitter.com/twannl",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "3.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Moya": [
"~> 8.0.0"
],
"SwiftyJSON": [
]
},
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya/RxSwift": [
],
"Moya-SwiftyJSONMapper/Core": [
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/ReactiveCocoa": [
],
"Moya-SwiftyJSONMapper/Core": [
],
"ReactiveSwift": [
]
}
}
]
}