[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / b / AlamofireReactive / 1.0.0 / AlamofireReactive.podspec.json
blobd5f2a324c249e79f8bfd9895fc29ef21c3e00cfa
2   "name": "AlamofireReactive",
3   "version": "1.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": "v1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source_files": [
21     "Sources/*.swift",
22     "ReactiveAlamofire/*.h"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "ReactiveKit": [
27       "~> 2.0.0-beta"
28     ],
29     "Alamofire": [
30       "~> 3.3"
31     ]
32   }