Skip to content

Commit

Permalink
[Add] Moya 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow authored and CocoaPodsBot committed Sep 22, 2015
1 parent 5354b33 commit 106e6f3
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions Specs/Moya/2.3.0/Moya.podspec.json
@@ -0,0 +1,68 @@
{
"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"
]
}
}
]
}

0 comments on commit 106e6f3

Please sign in to comment.