blob: b0e1526931bfec37cb168d0897142aef099d4c31 [file] [log] [blame]
{
"name": "FMGrowingTextView",
"version": "0.0.7",
"summary": "UITextView subclass that will change it's height to accomodate text within customizable restrictions",
"homepage": "https://github.com/fer662/FMGrowingTextView",
"license": "MIT",
"authors": {
"Fernando Mazzon": "fer662@gmail.com"
},
"source": {
"git": "https://github.com/fer662/FMGrowingTextView.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}