blob: 9b822976852660ecd3142cf533a531c082c8f55f [file] [log] [blame]
{
"name": "MFVerificationCode",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/VerificationCode/*",
"frameworks": "UIKit"
}
]
}