blob: 58f56b19ef27b831479c4c6844703b4918b84592 [file] [log] [blame]
{
"name": "MFVerificationCode",
"version": "1.2.1",
"swift_version": "4.2",
"summary": "VerificationCode is a sample and easy phone auth UI Component.",
"description": "VerificationCode is a mobile phone auth UI Component with underlines for each character placeholder.",
"homepage": "https://github.com/oneofai/VerificationCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sun": "holaux@gmail.com"
},
"source": {
"git": "https://github.com/oneofai/VerificationCode.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/VerificationCode/*",
"frameworks": "UIKit"
},
{
"name": "Rx",
"source_files": "Source/Rx/*",
"dependencies": {
"MFVerificationCode/Core": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
}
]
}