[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 7 / 4 / Reactofire / 0.3.0 / Reactofire.podspec.json
blob2122c36cafbeb409df3fbbb41d805905f902d165
2   "name": "Reactofire",
3   "version": "0.3.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Reactofire is a protocol oriented networking library in swift",
9   "description": "Reactofire is a protocol oriented networking library in swift that is built on top of Alamofire, Gloss and ReactiveCocoa to use services in a declartive way",
10   "homepage": "https://github.com/RahulKatariya/Reactofire",
11   "social_media_url": "https://twitter.com/rahulkatariya91",
12   "authors": {
13     "Rahul Katariya": "rahulkatariya@me.com"
14   },
15   "source": {
16     "git": "https://github.com/RahulKatariya/Reactofire.git",
17     "tag": "v0.3.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "Sources/*.swift",
27   "dependencies": {
28     "ReactiveCocoa": [
29       "~> 4.0"
30     ],
31     "Alamofire": [
32       "~> 3.0"
33     ],
34     "Gloss": [
35       "~> 0.7"
36     ]
37   }