[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 0 / b / FFLimitTextView / 0.0.1 / FFLimitTextView.podspec.json
blobe632ecbf3cfc688e0991ebf3f5ffa528f70d072a
2   "name": "FFLimitTextView",
3   "version": "0.0.1",
4   "summary": "一个限制输入并实时显示字数情况的小控件",
5   "description": "一个限制输入并实时显示字数情况的小控件,忽略中文未选中文字时的字数计算",
6   "homepage": "https://github.com/fanxiaoApple/FFLimitTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiaoApple": "547900997@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fanxiaoApple/FFLimitTextView.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "FFLimitTextView/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "CoreFoundation",
26     "QuartzCore",
27     "CoreGraphics"
28   ]