[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / e / 9 / 0 / WolfChat / 0.2.0 / WolfChat.podspec.json
blobc6602ac768de5373b53324b482c5b5c0b76ccab4
2   "name": "WolfChat",
3   "version": "0.2.0",
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.0"
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   }