[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 8 / 3 / APExpandingTextView / 0.1.0 / APExpandingTextView.podspec.json
blobd49c3e9395c26ad3d18caff05fc09b24f028913c
2   "name": "APExpandingTextView",
3   "version": "0.1.0",
4   "summary": "Simple Extension of UITextView that automatically extends the height of the textview while typing",
5   "description": "                       Simple Extension of UITextView that automatically extends the height of the textview while typing\n\n                       * Super simple to use, just treat it like a normal UITextView and it will do the rest\n                       * Before And After Expansion Delegate Methods\n",
6   "homepage": "https://github.com/aadeshp/APExpandingTextView",
7   "license": "MIT",
8   "authors": {
9     "Aadesh Patel": "aadeshp95@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/aadeshp/APExpandingTextView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"