blob: 0cd5aabdf84adff964049511d213df20fe3036c4 [file] [log] [blame]
{
"name": "Moya",
"version": "2.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"
},
"authors": {
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Moya/Moya.git",
"tag": "2.3.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Moya/*.swift",
"dependencies": {
"Alamofire": [
"~> 2.0"
]
},
"frameworks": "Foundation"
},
{
"name": "ReactiveCore",
"source_files": "Moya/ReactiveCore/*.swift",
"dependencies": {
"Moya/Core": [
]
}
},
{
"name": "ReactiveCocoa",
"source_files": "Moya/ReactiveCocoa/*.swift",
"dependencies": {
"Moya/ReactiveCore": [
],
"ReactiveCocoa": [
"~> 4.0-alpha.1"
]
}
},
{
"name": "RxSwift",
"source_files": "Moya/RxSwift/*.swift",
"dependencies": {
"Moya/ReactiveCore": [
],
"RxSwift": [
"~> 2.0.0-alpha"
]
}
}
]
}