[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / f / e / FirebaseRxSwiftExtensions / 2.0.6 / FirebaseRxSwiftExtensions.podspec.json
blob0f89aac48785f4b1b89fe5a374cd5e7035d91e94
2   "name": "FirebaseRxSwiftExtensions",
3   "version": "2.0.6",
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-beta.3 or higher is required. Swift 2 and XCode 7.1 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.6"
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.5.0"
28     ],
29     "RxSwift": [
30       "~> 2.0"
31     ]
32   }