blob: 3709cc05b469723bb5c47b2c474a886decbc67b1 [file] [log] [blame]
{
"name": "FirebaseRxSwiftExtensions",
"version": "2.0.10",
"summary": "Untangle your messy Firebase code with RxSwift Extension Methods",
"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.",
"homepage": "https://github.com/RxSwiftCommunity/FirebaseRxSwiftExtensions.git",
"license": "MIT",
"authors": {
"Maximilian Alexander": "mbalex99@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/FirebaseRxSwiftExtensions.git",
"tag": "2.0.10"
},
"social_media_url": "https://twitter.com/maxofeden",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"ios": {
"dependencies": {
"Firebase": [
"~> 2.5.1"
]
}
},
"osx": {
"dependencies": {
"FirebaseOSX": [
"~> 2.5.1"
]
}
},
"dependencies": {
"RxSwift": [
"~> 2.5.0"
]
}
}