blob: 7395ad31d6a10eaf817d10b19a98b5a27a92e3ce [file] [log] [blame]
{
"name": "ReactiveAlamofire",
"version": "2.0.0",
"summary": "Alamofire 3 integration for ReactiveCocoa 4",
"homepage": "https://github.com/envoy/ReactiveAlamofire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fang-Pen Lin": "fang@envoy.com"
},
"social_media_url": "http://twitter.com/fangpenlin",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/envoy/ReactiveAlamofire.git",
"tag": "v2.0.0"
},
"source_files": "ReactiveAlamofire/*.swift",
"dependencies": {
"ReactiveSwift": [
"~> 1.0"
],
"Alamofire": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}