[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 6 / SyNeTextView / 0.1.0 / SyNeTextView.podspec.json
blob6dddabf55152cd6569d7ffc06f6207ccf75ac52c
2   "name": "SyNeTextView",
3   "version": "0.1.0",
4   "summary": "SyNeTextView: A UITextView with UITextView and UITextField behaviors.",
5   "description": "SyNeTextView can be configured to end editing when a return/enter and/or tab is pressed;\nSimply change SyNeTextView.editingMode for the different configurations.",
6   "homepage": "https://github.com/shawnynicole/SyNeTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shawnynicole": "21274059+shawnynicole@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/shawnynicole/SyNeTextView.git",
16     "tag": "Release/0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SyNeTextView/**/*.{h,m,swift}",
22   "resources": "SyNeTextView/**/*.xcassets",
23   "dependencies": {
24     "SyNeNextResponder": [
26     ]
27   }