[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 3 / f / e / FirebaseRxSwiftExtensions / 2.0.0.3 / FirebaseRxSwiftExtensions.podspec.json
blobaee4466c91ab794c91fb2e986ea91f6a847f625b
2   "name": "FirebaseRxSwiftExtensions",
3   "version": "2.0.0.3",
4   "summary": "Untangle your messy Firebase code with RxSwift Extension Methods",
5   "description": "Firebase is a block or closure based API, unfortunately doing anything robust takes a lot of nesting.\n This makes your code get out hand very fast. RxSwift 2.0.0-alpha.4 or higher is required. Swift 2 and XCode 7 are required.",
6   "homepage": "https://github.com/mbalex99/FirebaseRxSwiftExtensions",
7   "license": "MIT",
8   "authors": {
9     "Maximilian Alexander": "mbalex99@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mbalex99/FirebaseRxSwiftExtensions.git",
13     "tag": "2.0.0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FirebaseRxSwiftExtensions": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Firebase": [
27       "~> 2.4.1.1"
28     ],
29     "RxSwift": [
30       "~> 2.0.0-alpha.4"
31     ]
32   }