[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / a / 1 / ChatViewController / 0.0.1 / ChatViewController.podspec.json
blob7c898f584dd5675ef1767187f8b02824455647b0
2   "name": "ChatViewController",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "ChatViewController, ChatBar, ImagePicker like Slack Application.",
6   "homepage": "https://github.com/hoangtaiki/ChatViewController",
7   "authors": {
8     "Hoangtaiki": "duchoang.vp@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/hoangtaiki/ChatViewController.git",
12     "tag": "0.0.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_version": "4.2",
19   "source_files": "Source/**/*.swift",
20   "resource_bundles": {
21     "ChatViewController": [
22       "Source/Resources/**/*.{png,xcassets,xib}"
23     ]
24   },
25   "ios": {
26     "frameworks": [
27       "UIKit",
28       "Foundation"
29     ]
30   },
31   "dependencies": {
32     "PlaceholderUITextView": [
34     ]
35   }