blob: 7300f22fafcf4583872153ea6e952071623fd49f [file] [log] [blame]
{
"name": "RxSwift-Permission",
"version": "1.0.0",
"summary": "ReactiveX way to request permissions on iOS.",
"description": "RxSwift binding for [Permission](https://github.com/delba/Permission) API that helps you with Permissions in iOS.",
"homepage": "https://github.com/roshanman/RxPermission",
"license": "MIT",
"authors": {
"roshanman": "morenotepad@163.com"
},
"source": {
"git": "https://github.com/roshanman/RxPermission.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"Permission": [
],
"RxSwift": [
],
"RxCocoa": [
]
},
"pushed_with_swift_version": "3.0"
}