[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 5 / 1 / KSOChatKit / 0.15.4 / KSOChatKit.podspec.json
blob198dd838517b75630996edd54cd119588ef0f3fa
2   "name": "KSOChatKit",
3   "version": "0.15.4",
4   "summary": "KSOChatKit is an iOS framework that provides various controls for building a Messages like UI.",
5   "description": "KSOChatKit is an iOS framework that provides various controls for building a Messages like UI. It provides an automatically expanding text view, automatic scroll view management and various completion behavior.",
6   "homepage": "https://github.com/Kosoku/KSOChatKit",
7   "screenshots": [
8     "https://github.com/Kosoku/KSOChatKit/raw/master/screenshots/iOS-1.png",
9     "https://github.com/Kosoku/KSOChatKit/raw/master/screenshots/iOS-2.png",
10     "https://github.com/Kosoku/KSOChatKit/raw/master/screenshots/iOS-3.png",
11     "https://github.com/Kosoku/KSOChatKit/raw/master/screenshots/iOS-4.png"
12   ],
13   "license": {
14     "type": "Apache 2.0",
15     "file": "license.txt"
16   },
17   "authors": {
18     "William Towe": "willbur1984@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/Kosoku/KSOChatKit.git",
22     "tag": "0.15.4"
23   },
24   "platforms": {
25     "ios": "10.0"
26   },
27   "requires_arc": true,
28   "source_files": "KSOChatKit/**/*.{h,m}",
29   "exclude_files": "KSOChatKit/KSOChatKit-Info.h",
30   "private_header_files": "KSOChatKit/Private/*.h",
31   "resource_bundles": {
32     "KSOChatKit": [
33       "KSOChatKit/**/*.{lproj}"
34     ]
35   },
36   "ios": {
37     "frameworks": "UIKit"
38   },
39   "dependencies": {
40     "Ditko": [
42     ],
43     "Agamotto": [
45     ],
46     "Quicksilver": [
48     ]
49   }