[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 0 / 2 / c / RxCNContactPickerViewController / 0.1.1 / RxCNContactPickerViewController.podspec.json
blob0451c0f8e242cc2a700b1a3252d13f41b9a31d58
2   "name": "RxCNContactPickerViewController",
3   "version": "0.1.1",
4   "summary": "Reactive CNContactPickerViewController in iOS.",
5   "description": "This is an Rx extension to use CNContactPickerViewController.",
6   "homepage": "https://github.com/87kangsw/RxCNContactPickerViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kanz": "kanz.developer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/87kangsw/RxCNContactPickerViewController.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "frameworks": "ContactsUI",
28       "source_files": "Sources/*.swift",
29       "dependencies": {
30         "RxSwift": [
31           ">= 5.0.0"
32         ],
33         "RxCocoa": [
34           ">= 5.0.0"
35         ]
36       }
37     }
38   ]