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