blob: 8abae02673f3248407dca59ce40ab4e2ee422d7a [file] [log] [blame]
{
"name": "FSTextView",
"version": "1.0",
"summary": "Subclass of UITextView with Placeholder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/lifution/FSTextView",
"authors": {
"Steven": "https://github.com/lifution"
},
"source": {
"git": "https://github.com/lifution/FSTextView.git",
"tag": "1.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": [
"FSTextView/*",
"*.{h,m}"
]
}