blob: 4e6a33ae3b852119a34499713fa882c7848fe65c [file] [log] [blame]
{
"name": "ReactiveAlamofire",
"version": "1.0.0-alpha.2",
"summary": "Alamofire 3 integration for ReactiveCocoa 4",
"homepage": "https://github.com/envoy/ReactiveAlamofire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor": "victor@envoy.com"
},
"social_media_url": "http://twitter.com/victorlin",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/envoy/ReactiveAlamofire.git",
"tag": "v1.0.0-alpha.2"
},
"source_files": "ReactiveAlamofire/*.swift",
"dependencies": {
"ReactiveCocoa": [
"~> 4.0"
],
"Alamofire": [
"~> 3.0"
]
}
}