[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / 4 / b / AlamofireReactive / 1.0.1 / AlamofireReactive.podspec.json
blob2ea254e181150c01d374a6ee644077221dac55a3
2   "name": "AlamofireReactive",
3   "version": "1.0.1",
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.1"
13   },
14   "module_name": "ReactiveAlamofire",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
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       "~> 2.0.0-beta"
29     ],
30     "Alamofire": [
31       "~> 3.3"
32     ]
33   }