blob: 5593b480dd54301d53958ed1244dafe2a2a3258a [file] [log] [blame]
{
"name": "ASAutoResizingTextView",
"version": "0.1.6",
"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",
"Alexander Vasileyko": "vasileyko.alex@gmail.com"
},
"source": {
"git": "https://github.com/svetlanama/ASAutoResizingTextView.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ASAutoResizingTextView": [
"Pod/Assets/*.png"
]
}
}