[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 5 / 2 / FMGrowingTextView / 0.0.7 / FMGrowingTextView.podspec.json
blobb0e1526931bfec37cb168d0897142aef099d4c31
2   "name": "FMGrowingTextView",
3   "version": "0.0.7",
4   "summary": "UITextView subclass that will change it's height to accomodate text within customizable restrictions",
5   "homepage": "https://github.com/fer662/FMGrowingTextView",
6   "license": "MIT",
7   "authors": {
8     "Fernando Mazzon": "fer662@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/fer662/FMGrowingTextView.git",
12     "tag": "0.0.7"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": [
18     "Classes",
19     "Classes/**/*.{h,m}"
20   ],
21   "public_header_files": "Classes/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true