[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / f / SimpleCustomizableTextView / 1.0.1 / SimpleCustomizableTextView.podspec.json
blob7b22a466a2fe392e1b2e668c948c2e7d3f73c2d8
2   "name": "SimpleCustomizableTextView",
3   "version": "1.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SimpleCustomizableTextView/Classes/**/*",
22   "pushed_with_swift_version": "3.0"