[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / e / f / SimpleCustomizableTextView / 1.0.2 / SimpleCustomizableTextView.podspec.json
blob0a273dafdb5553e42ef3f20fa3ac38130d622e40
2   "name": "SimpleCustomizableTextView",
3   "version": "1.0.2",
4   "summary": "Simple customizable UITextView subclass in Swift.",
5   "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",
6   "homepage": "https://github.com/Kyohei-Sakai/SimpleCustomizableTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kyohei-Sakai": "nico_f00tb@yahoo.co.jp"
13   },
14   "source": {
15     "git": "https://github.com/Kyohei-Sakai/SimpleCustomizableTextView.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SimpleCustomizableTextView/Classes/**/*",
22   "pushed_with_swift_version": "3.0"