{ "name": "Moya", "version": "14.0.0-alpha.1", "summary": "Network abstraction layer written in Swift", "description": "Moya abstracts network commands using Swift Generics to provide developers\nwith more compile-time confidence.\n\nReactiveSwift and RxSwift extensions exist as well. Instructions for installation\nare in [the README](https://github.com/Moya/Moya).", "homepage": "https://github.com/Moya/Moya", "license": { "type": "MIT", "file": "License.md" }, "authors": { "Ash Furrow": "ash@ashfurrow.com" }, "social_media_url": "http://twitter.com/ashfurrow", "platforms": { "ios": "8.0", "osx": "10.10", "tvos": "9.0", "watchos": "3.0" }, "source": { "git": "https://github.com/Moya/Moya.git", "tag": "14.0.0-alpha.1" }, "default_subspecs": "Core", "swift_versions": "5.0", "cocoapods_version": ">= 1.4.0", "subspecs": [ { "name": "Core", "source_files": [ "Sources/Moya/", "Sources/Moya/Plugins/" ], "dependencies": { "Alamofire": [ "~> 4.1" ], "Result": [ "~> 4.1" ] }, "frameworks": "Foundation" }, { "name": "ReactiveSwift", "source_files": "Sources/ReactiveMoya/", "dependencies": { "Moya/Core": [ ], "ReactiveSwift": [ "~> 6.0" ] } }, { "name": "RxSwift", "source_files": "Sources/RxMoya/", "dependencies": { "Moya/Core": [ ], "RxSwift": [ "~> 5.0" ] } } ], "swift_version": "5.0" }