blob: c43897f3da9ade933fa546f04c9dd4b3997be9b5 [file] [log] [blame]
{
"name": "SwiftyCodeView",
"swift_versions": "5.0",
"version": "0.3.6",
"summary": "An UI Component for verification codes written in swift",
"description": "A customizable verification code UI Component. Can be used for phone verification codes, passwords etc.",
"homepage": "https://github.com/arturdev/SwiftyCodeView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arturdev": "mkrtarturdev@gmail.com"
},
"source": {
"git": "https://github.com/arturdev/SwiftyCodeView.git",
"tag": "0.3.6"
},
"platforms": {
"ios": "9.3"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftyCodeView/Classes/SwiftyCodeView/*",
"frameworks": "UIKit"
},
{
"name": "RxSwift",
"source_files": "SwiftyCodeView/Classes/RxSwiftyCodeView/*",
"dependencies": {
"SwiftyCodeView/Core": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
}
],
"swift_version": "5.0"
}