[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 8 / 1 / PXIconTextView / 0.1.2 / PXIconTextView.podspec.json
blobe3daeb34ff96340cbd236d9da972a7b94b3c2018
2   "name": "PXIconTextView",
3   "version": "0.1.2",
4   "summary": "Icon on the left, text on the right and it resizes as you type.",
5   "description": "A convenient view with an icon, text view, and the ability to scroll to fit the text contents.",
6   "homepage": "https://github.com/pixio/PXIconTextView",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXIconTextView.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "UIPlaceholderTextView": [
25     ]
26   }