blob: 62437c2f78200e01b6fa197a84d720eb3ceb63b4 [file] [log] [blame]
{
"name": "BxTextField",
"version": "1.11",
"summary": "Swift UI component improving features UITextField",
"description": "This component will help iOS developers with different functions of putting text",
"homepage": "https://github.com/ByteriX/BxTextField.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Balalaev": "sof.bix@mail.ru"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"3.2",
"4.0",
"4.1",
"4.2",
"5.0",
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/ByteriX/BxTextField.git",
"tag": "1.11"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"BxTextField/Sources/**/*.{swift}",
"BxTextField/Sources/*.{swift}"
],
"swift_version": "5.2"
}