blob: 0451c0f8e242cc2a700b1a3252d13f41b9a31d58 [file] [log] [blame]
{
"name": "RxCNContactPickerViewController",
"version": "0.1.1",
"summary": "Reactive CNContactPickerViewController in iOS.",
"description": "This is an Rx extension to use CNContactPickerViewController.",
"homepage": "https://github.com/87kangsw/RxCNContactPickerViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kanz": "kanz.developer@gmail.com"
},
"source": {
"git": "https://github.com/87kangsw/RxCNContactPickerViewController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"frameworks": "ContactsUI",
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
">= 5.0.0"
],
"RxCocoa": [
">= 5.0.0"
]
}
}
]
}