blob: 4e974e4348a29681b419956510f4faf50c03d8f6 [file] [log] [blame]
{
"name": "RTFInput",
"version": "0.1.0",
"summary": "Add reactive TextFields into your project.",
"swift_versions": "4.0",
"description": "Integrete the Rx UITextFields into your project.",
"homepage": "https://github.com/zDILIGENCEz/RTFInput",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikita Kusyumov": "n.kusyumov@mail.ru"
},
"source": {
"git": "https://github.com/zDILIGENCEz/RTFInput.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RTFInput/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxCocoa": [
],
"RxSwift": [
],
"BonMot": [
],
"SnapKit": [
]
},
"swift_version": "4.0"
}