blob: a71c3da05fdfc09c48589146fa661f050cb742f9 [file] [log] [blame]
{
"name": "FMGrowingTextView",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}