[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / c / ReactiveAlamofire / 1.0.0-alpha.2 / ReactiveAlamofire.podspec.json
blob4e6a33ae3b852119a34499713fa882c7848fe65c
2   "name": "ReactiveAlamofire",
3   "version": "1.0.0-alpha.2",
4   "summary": "Alamofire 3 integration for ReactiveCocoa 4",
5   "homepage": "https://github.com/envoy/ReactiveAlamofire",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Victor": "victor@envoy.com"
12   },
13   "social_media_url": "http://twitter.com/victorlin",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/envoy/ReactiveAlamofire.git",
19     "tag": "v1.0.0-alpha.2"
20   },
21   "source_files": "ReactiveAlamofire/*.swift",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "~> 4.0"
25     ],
26     "Alamofire": [
27       "~> 3.0"
28     ]
29   }