Skip to content

Commit

Permalink
[Add] FMGrowingTextView 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fer662 authored and CocoaPodsBot committed Sep 2, 2014
1 parent 48aedfd commit 1f1cebd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Specs/FMGrowingTextView/0.0.5/FMGrowingTextView.podspec.json
@@ -0,0 +1,27 @@
{
"name": "FMGrowingTextView",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}

0 comments on commit 1f1cebd

Please sign in to comment.