blob: 55b7506b6581a69fe28c695d6c89c8ef5725edef [file] [log] [blame]
{
"name": "AFTextView",
"version": "0.0.1",
"summary": "a subclass of UITextView . It's a PlaceHolder property.",
"description": " a subclass of UITextView . It's a PlaceHolder property .\n (继承于UITextView,增加了一个PlaceHolder属性。) \n",
"homepage": "http://blog.afantree.com/github/AFTextView",
"license": "MIT",
"authors": {
"阿凡树": "729397005@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/afantree/AFTextView.git",
"tag": "0.0.1"
},
"source_files": "AFTextView/Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}