[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 0 / 5 / 1 / KSOChatKit / 0.5.0 / KSOChatKit.podspec.json
blobcfc7847d4d2e5d99082d68e8ba0f9fb56c0390e0
2   "name": "KSOChatKit",
3   "version": "0.5.0",
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-3.png"
12   ],
13   "license": {
14     "type": "BSD",
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.5.0"
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   }