[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 9 / 4 / b / AlamofireReactive / 2.0.0 / AlamofireReactive.podspec.json
blob3eb33f53002b848ac1415738a523ee6acfde17a8
2   "name": "AlamofireReactive",
3   "version": "2.0.0",
4   "summary": "Reactive extensions for Alamofire framework.",
5   "homepage": "https://github.com/ReactiveKit/ReactiveAlamofire",
6   "license": "MIT",
7   "authors": {
8     "Srdan Rasic": "srdan.rasic@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ReactiveKit/ReactiveAlamofire.git",
12     "tag": "v2.0.0"
13   },
14   "module_name": "ReactiveAlamofire",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source_files": [
22     "Sources/*.swift",
23     "ReactiveAlamofire/*.h"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "ReactiveKit": [
28       "~> 3.1"
29     ],
30     "Alamofire": [
31       "4.2"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"