blob: 971348022c47d9fc92eafe5e490a13c1fb8930cb [file] [log] [blame]
{
"name": "LGTextView",
"version": "1.0.0-localizable",
"summary": "Simple UITextView subclass that features an IBInspectable placeholder",
"description": "Simple UITextView subclass that features an IBInspectable placeholder written purely in Swift 4.2",
"homepage": "https://github.com/linusgeffarth/LGTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linusgeffarth": "linus@geffarth.de"
},
"source": {
"git": "https://github.com/linusgeffarth/LGTextView.git",
"tag": "1.0.0-localizable",
"branch": "localizable"
},
"social_media_url": "https://twitter.com/linusgeffarth",
"platforms": {
"ios": "9.1"
},
"swift_version": "4.2",
"source_files": "LGTextView/Classes/*.swift",
"frameworks": "UIKit",
"ios": {
"dependencies": {
"Localize": [
"~> 2.0.5"
]
}
}
}