blob: 16c1df489f0dc57d6df5fef96fce79a0c63426ea [file] [log] [blame]
{
"name": "DejaTextView",
"version": "0.1.2",
"summary": "DejaTextView is a UITextView subclass with improved text selection and cursor movement tools.",
"description": " Something meaningful that is longer than the summy which is really long and that is annoying but now I’m done.\n",
"homepage": "https://github.com/markusschlegel/DejaTextView",
"license": "MIT",
"authors": {
"Markus Schlegel": "mail@markus-schlegel.com"
},
"source": {
"git": "https://github.com/markusschlegel/DejaTextView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DejaTextView": [
"Pod/Assets/*.png"
]
}
}