blob: 9fc2cf4b9bac02aee022b858d7d5ae5b945d2d12 [file] [log] [blame]
{
"name": "SGCodeTextField",
"version": "0.1.0",
"summary": "Simple pin code textfield.",
"description": "Simple pin code textfield. Customizable via Interface Builder or code.",
"homepage": "https://github.com/grigorievs/SGCodeTextField",
"screenshots": [
"https://i.imgur.com/lu3lVkD.png",
"https://i.imgur.com/ZCy3YLV.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergiu Grigoriev": "sergiugrig@gmail.com"
},
"source": {
"git": "https://github.com/grigorievs/SGCodeTextField.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/grigorievs",
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"platforms": {
"ios": "9.0"
},
"source_files": "SGCodeTextField/*.swift",
"frameworks": "UIKit",
"swift_version": "5.0"
}