[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / c / 4 / PinCodeView / 0.3.0 / PinCodeView.podspec.json
blobf19a52e8c36a9238b3efb0f37bde947dff19106e
2   "name": "PinCodeView",
3   "version": "0.3.0",
4   "summary": "A drop in view for pin code input",
5   "description": "A drop in view for getting pin code from the user.\nMain use case is input for codes received in SMS/email etc.",
6   "homepage": "http://www.github.com/arielpollack/PinCodeView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Ariel Pollack": "pollack.ariel@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/arielpollack/PinCodeView.git",
19     "tag": "0.3.0"
20   },
21   "default_subspecs": "Core",
22   "swift_version": "4.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/PinCodeView/",
27       "frameworks": "Foundation"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": "Source/RxSwift/",
32       "dependencies": {
33         "PinCodeView/Core": [
35         ],
36         "RxSwift": [
38         ],
39         "RxCocoa": [
41         ]
42       }
43     }
44   ]