blob: 315d6f1f161dc71f9a91cf604a6d229c196fce15 [file] [log] [blame]
{
"name": "TextFieldsCatalog",
"version": "0.4.0",
"summary": "This is catalog of various input field with great opportunities for validation and formatting.",
"homepage": "https://github.com/chausovSurfStudio/TextFieldsCatalog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Chausov": "chausov@surfstudio.ru"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/chausovSurfStudio/TextFieldsCatalog.git",
"tag": "0.4.0"
},
"source_files": "TextFieldsCatalog/**/*.{swift,xib,strings}",
"resource_bundles": {
"TextFieldsCatalog": [
"TextFieldsCatalog/Resources/Images/*.{png}"
]
},
"frameworks": "UIKit",
"dependencies": {
"InputMask": [
"4.0.2"
]
}
}