blob: 84192f8c990df86c1261cedcddae26740e64cafd [file] [log] [blame]
{
"name": "Moya",
"version": "0.6",
"summary": "Network abstraction layer written in Swift",
"description": " Moya abstracts network commands using Swift Generics to provide developers \n with more compile-time confidence. \n\n A ReactiveCocoa extension exists as well. Instructions for its installation\n are in [the README](https://github.com/ashfurrow/Moya).\n",
"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": "0.6"
},
"default_subspecs": "Core",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": [
"Moya.swift",
"Endpoint.swift"
],
"dependencies": {
"Alamofire": [
"~> 1.1.0"
]
},
"frameworks": "Foundation"
},
{
"name": "Reactive",
"source_files": [
"Moya+ReactiveCocoa.swift",
"RACSignal+Moya.swift"
],
"dependencies": {
"Moya/Core": [
],
"ReactiveCocoa": [
]
}
}
]
}