[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 9 / 4 / b / AlamofireReactive / 1.0.2 / AlamofireReactive.podspec.json
blob2130616b028a9f876b5132f0304de0428b8022a3
2   "name": "AlamofireReactive",
3   "version": "1.0.2",
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.2"
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"
29     ],
30     "Alamofire": [
31       "~> 3.3"
32     ]
33   }