blob: 3157ab382cd657ce40dc1435da7444914ebb7b19 [file] [log] [blame]
{
"name": "YJYTextView",
"version": "0.0.3",
"summary": "可动态换行textView",
"description": "完善textView换行属性,将光标默认黑色,增加textViewTintColor修改光标颜色。增加maximumNumberOfLines,lineBreakMode参数修改textView的对应属性。",
"homepage": "http://gitlab.yuejia100.com.cn/iOS/YJYTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lihaiyang123": "lihaiyang730325@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://gitlab.yuejia100.com.cn/iOS/YJYTextView.git",
"tag": "0.0.3"
},
"source_files": "YJYTextView/YJYCustomTextView/*",
"requires_arc": true,
"frameworks": "UIKit"
}