[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / b / 1 / BIZExpandedTextView / 1.0.0 / BIZExpandedTextView.podspec.json
blob1a274a6100a289a922c7115032bfe07eadb4ae0e
2   "name": "BIZExpandedTextView",
3   "version": "1.0.0",
4   "summary": "BIZExpandedTextView subclass UITextView, which adds the ability to automatically expand UITextView",
5   "description": "BIZExpandedTextView subclass UITextView, which adds the ability to automatically expand UITextView, to meet all the characters entered and the calculation of the number of characters entered.",
6   "homepage": "https://github.com/bizibizi/BIZExpandedTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Igor Bizi": "igorbizi@mail.ru"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/bizibizi/BIZExpandedTextView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "public_header_files": "Classes/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true