blob: c79b1ff2aa34476b04b8c6b3f427f6d4612e2bdb [file] [log] [blame]
{
"name": "Moya",
"version": "8.0.0-beta.5",
"summary": "Network abstraction layer written in Swift",
"description": "Moya abstracts network commands using Swift Generics to provide developers\nwith more compile-time confidence.\n\nReactiveCocoa 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",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Moya/Moya.git",
"tag": "8.0.0-beta.5"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Source/*.swift",
"Source/Plugins/*swift"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"Result": [
"~> 3.0"
]
},
"frameworks": "Foundation"
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/Core": [
],
"ReactiveSwift": [
"1.0.0-alpha.3"
]
}
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya/Core": [
],
"RxSwift": [
"~> 3.0"
]
}
}
]
}