blob: 4ed1991978db5b7cef59c5eca3a166b8930baecc [file] [log] [blame]
{
"name": "SGCodeTextField",
"version": "0.1.3",
"summary": "Simple pin code textfield for iOS and tvOS.",
"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.3"
},
"social_media_url": "https://twitter.com/grigorievs",
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1",
"5.2"
],
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "Sources/SGCodeTextField/*.swift",
"frameworks": "UIKit",
"swift_version": "5.2"
}