[Add] DocumentReaderFullAuthRFIDStage 7.5.10858
[CocoaPods.git] / Specs / c / f / 0 / JBInputTableView / 1.0.4 / JBInputTableView.podspec.json
blob26a8b7cd39fe4f8c55b0e3509d2d69e22c8ba033
2   "name": "JBInputTableView",
3   "version": "1.0.4",
4   "summary": "UITableView subclass which handles input text view. Suitable plugin for chat applications.",
5   "homepage": "https://github.com/josipbernat/JBInputTableView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Josip Bernat": "josip.bernat@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/josipbernat",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/josipbernat/JBInputTableView.git",
19     "tag": "v1.0.4"
20   },
21   "source_files": "JBInputTableView/JBInputTableView/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "PHFComposeBarView": [
25       "~> 2.0"
26     ]
27   }