[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 6 / c / CCGrowingTextView / 0.7 / CCGrowingTextView.podspec.json
blob9c5cfae44971cf6a48b5f6a155d1bea931a12fd1
2   "name": "CCGrowingTextView",
3   "version": "0.7",
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.7"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "requires_arc": true