blob: b4b56cf58c3aa888374dc5b0f457e54937c0f9b1 [file] [log] [blame]
{
"name": "RxPermission",
"version": "1.0.0",
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/thesunshinejr",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Permission/Core": [
],
"RxSwift": [
]
}
},
{
"name": "AddressBook",
"dependencies": {
"RxPermission/Core": [
],
"Permission/AddressBook": [
]
}
},
{
"name": "Bluetooth",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Bluetooth": [
]
}
},
{
"name": "Camera",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Camera": [
]
}
},
{
"name": "Contacts",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Contacts": [
]
}
},
{
"name": "Events",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Events": [
]
}
},
{
"name": "Location",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Location": [
]
}
},
{
"name": "Microphone",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Microphone": [
]
}
},
{
"name": "Motion",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Motion": [
]
}
},
{
"name": "Notifications",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Notifications": [
]
}
},
{
"name": "Photos",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Photos": [
]
}
},
{
"name": "Reminders",
"dependencies": {
"RxPermission/Core": [
],
"Permission/Reminders": [
]
}
},
{
"name": "SpeechRecognizer",
"dependencies": {
"RxPermission/Core": [
],
"Permission/SpeechRecognizer": [
]
}
},
{
"name": "MediaLibrary",
"dependencies": {
"RxPermission/Core": [
],
"Permission/MediaLibrary": [
]
}
}
]
}