blob: 04eb8585e031ab7e2aeeb16a5e0ddaf14d56201a [file] [log] [blame]
{
"name": "MYRTextView",
"version": "0.0.1",
"summary": "A UITextView subclass automaticalliy adjusts self frame when keyboard appears.",
"homepage": "https://github.com/ocadaruma/MYRTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ocadaruma": ""
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ocadaruma/MYRTextView.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"MYRTextView/**/*.{h,m}"
],
"requires_arc": true
}