blob: ff66d7f81069aa23181c6ba34e48a898df5b2439 [file] [log] [blame]
{
"name": "Moya",
"version": "5.3.0",
"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.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Moya/Moya.git",
"tag": "5.3.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Source/*.swift",
"Source/Plugins/*swift"
],
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"Result": [
"~> 1.0"
]
},
"frameworks": "Foundation"
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/Core": [
],
"ReactiveCocoa": [
"4.0.0-RC.1"
]
}
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"Moya/Core": [
],
"RxSwift": [
"2.0.0"
]
}
}
]
}