blob: d043bb1c7e62f5b1014ee25f3ee62fd4888d0878 [file] [log] [blame]
{
"name": "LGTextView",
"version": "1.0.0",
"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"
},
"social_media_url": "https://twitter.com/linusgeffarth",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "LGTextView/Classes/*.swift",
"frameworks": "UIKit"
}