[Add] zcshare-sdkframework 0.0.12
[CocoaPods.git] / Specs / 3 / f / e / FirebaseRxSwiftExtensions / 2.0.10 / FirebaseRxSwiftExtensions.podspec.json
blob3709cc05b469723bb5c47b2c474a886decbc67b1
2   "name": "FirebaseRxSwiftExtensions",
3   "version": "2.0.10",
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 will take a lot of nesting.\n This makes your code get out hand very fast. RxSwift 2.5 or higher is required. Swift 2 and XCode 7.1 are required.",
6   "homepage": "https://github.com/RxSwiftCommunity/FirebaseRxSwiftExtensions.git",
7   "license": "MIT",
8   "authors": {
9     "Maximilian Alexander": "mbalex99@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/RxSwiftCommunity/FirebaseRxSwiftExtensions.git",
13     "tag": "2.0.10"
14   },
15   "social_media_url": "https://twitter.com/maxofeden",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "ios": {
23     "dependencies": {
24       "Firebase": [
25         "~> 2.5.1"
26       ]
27     }
28   },
29   "osx": {
30     "dependencies": {
31       "FirebaseOSX": [
32         "~> 2.5.1"
33       ]
34     }
35   },
36   "dependencies": {
37     "RxSwift": [
38       "~> 2.5.0"
39     ]
40   }