[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / e / 9 / 0 / WolfChat / 0.2.6 / WolfChat.podspec.json
blob1c5345fb53d32b119c7850e5fd3e7c817706dc51
2   "name": "WolfChat",
3   "version": "0.2.6",
4   "summary": "A framework for creating text chat-style interfaces.",
5   "description": "A framework for creating text chat-style interfaces. Architected to be easy to include custom chat items of any design.",
6   "homepage": "https://github.com/wolfmcnally/WolfChat",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wolfmcnally": "wolf@wolfmcnally.com"
13   },
14   "source": {
15     "git": "https://github.com/wolfmcnally/WolfChat.git",
16     "tag": "0.2.6"
17   },
18   "social_media_url": "https://twitter.com/wolfmcnally",
19   "swift_version": "4.1",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "WolfChat/Classes/**/*",
24   "dependencies": {
25     "WolfCore": [
26       "~> 2.1"
27     ]
28   }