blob: b488dc756a639e04b0ba4d679f559ceea3b47405 [file] [log] [blame]
{
"name": "BxTextField",
"version": "1.6.0",
"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"
},
"source": {
"git": "https://github.com/ByteriX/BxTextField.git",
"tag": "1.6.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"BxTextField/Sources/**/*.{swift}",
"BxTextField/Sources/*.{swift}"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "BxTextFieldTests/*.swift",
"frameworks": "XCTest"
}
]
}