blob: a839a595e7a1916759980016197fdf89ff7ebd82 [file] [log] [blame]
{
"name": "AMResizingTextView",
"version": "0.1.0",
"summary": "A `UITextView` subclass that automatically resizes based on the size of its content text with a smooth animation. Written in Swift",
"homepage": "https://github.com/AnthonyMDev/AMResizingTextView",
"license": "MIT",
"authors": {
"Anthony Miller": "anthony@app-order.com"
},
"source": {
"git": "https://github.com/AnthonyMDev/AMResizingTextView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/AnthonyMDev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}