blob: f19a52e8c36a9238b3efb0f37bde947dff19106e [file] [log] [blame]
{
"name": "PinCodeView",
"version": "0.3.0",
"summary": "A drop in view for pin code input",
"description": "A drop in view for getting pin code from the user.\nMain use case is input for codes received in SMS/email etc.",
"homepage": "http://www.github.com/arielpollack/PinCodeView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Ariel Pollack": "pollack.ariel@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/arielpollack/PinCodeView.git",
"tag": "0.3.0"
},
"default_subspecs": "Core",
"swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/PinCodeView/",
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/",
"dependencies": {
"PinCodeView/Core": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
}
]
}