blob: 65d716d88a058b066e14f2cb5967ce5d81680d4f [file] [log] [blame]
{
"name": "RxPermission",
"version": "0.1.2",
"summary": "RxSwift bindings for Permissions API in iOS.",
"description": "RxSwift binding for [Permission](https://github.com/delba/Permission) API that helps you with Permissions in iOS.",
"homepage": "https://github.com/sunshinejr/RxPermission",
"license": "MIT",
"authors": {
"Łukasz Mróz": "thesunshinejr@gmail.com"
},
"source": {
"git": "https://github.com/sunshinejr/RxPermission.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/thesunshinejr",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"Permission": [
"~> 1.2"
],
"RxSwift": [
"~> 2.4"
]
}
}