[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / c / CCGrowingTextView / 0.5 / CCGrowingTextView.podspec.json
blobc66e2b809c8654acc2b8dc4483e67e60ca060a06
2   "name": "CCGrowingTextView",
3   "version": "0.5",
4   "summary": "A lightweight UITextView subclass that is growing and shrinking in size",
5   "description": "This UITextView is a lightweight solution that mimic iOS Messages behaviour and use Auto Layout. See to the example project to see how its supposed to be used. ",
6   "homepage": "https://github.com/ziryanov/CCGrowingTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ivan Ziryanov": "ivan.ziryanov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ziryanov/CCGrowingTextView.git",
16     "tag": "0.5"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "requires_arc": true