blob: f83003f0d5f5464d96cf6d0cdb018008a5aaee18 [file] [log] [blame]
{
"name": "XHHTextView",
"version": "0.0.1",
"summary": "Subclass of UITextView with Placeholder",
"homepage": "https://github.com/274180213/XHHTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XHH": "https://github.com/274180213"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/274180213/XHHTextView.git",
"tag": "0.0.1"
},
"source_files": [
"XHHTextView/*",
"*.{h,m}"
],
"ios": {
"frameworks": "UIKit"
},
"requires_arc": true
}