blob: 7b22a466a2fe392e1b2e668c948c2e7d3f73c2d8 [file] [log] [blame]
{
"name": "SimpleCustomizableTextView",
"version": "1.0.1",
"summary": "Simple customizable UITextView subclass in Swift.",
"description": "SimpleCustomizableTextView is a simple customizable UITextView subclass, written in Swift.\n\n* Placeholder similar to UITextField\n* AccessryView on keyboard\n* Closing keyboard\n* Support @IBDesignable and @IBInspectable\n* Support Swift 3.0\n* Compatible with Carthage",
"homepage": "https://github.com/Kyohei-Sakai/SimpleCustomizableTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei-Sakai": "nico_f00tb@yahoo.co.jp"
},
"source": {
"git": "https://github.com/Kyohei-Sakai/SimpleCustomizableTextView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleCustomizableTextView/Classes/**/*",
"pushed_with_swift_version": "3.0"
}