blob: 26b805fd7a936bb94feffa114bbb68a6af82ff67 [file] [log] [blame]
{
"name": "ASAutoResizingTextView",
"version": "0.1.7",
"summary": "This is an extension for UITextView.",
"description": "This is an extension for UITextView control which makes auto-resize when user makes typing.",
"homepage": "https://github.com/svetlanama/ASAutoResizingTextView",
"license": "MIT",
"authors": {
"Svitlana Moiseyenko": "alexandrovna.sveta@gmail.com"
},
"source": {
"git": "https://github.com/svetlanama/ASAutoResizingTextView.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ASAutoResizingTextView": [
"Pod/Assets/*.png"
]
}
}