blob: 3e84bf3a3e3f3e164b96d415cdff77e19e8794db [file] [log] [blame]
{
"name": "KSOChatKit",
"version": "0.14.5",
"summary": "KSOChatKit is an iOS framework that provides various controls for building a Messages like UI.",
"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.",
"homepage": "https://github.com/Kosoku/KSOChatKit",
"screenshots": [
"https://github.com/Kosoku/KSOChatKit/raw/master/screenshots/iOS-1.png",
"https://github.com/Kosoku/KSOChatKit/raw/master/screenshots/iOS-2.png",
"https://github.com/Kosoku/KSOChatKit/raw/master/screenshots/iOS-3.png",
"https://github.com/Kosoku/KSOChatKit/raw/master/screenshots/iOS-4.png"
],
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOChatKit.git",
"tag": "0.14.5"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "KSOChatKit/**/*.{h,m}",
"exclude_files": "KSOChatKit/KSOChatKit-Info.h",
"private_header_files": "KSOChatKit/Private/*.h",
"resource_bundles": {
"KSOChatKit": [
"KSOChatKit/**/*.{lproj}"
]
},
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Ditko": [
],
"Agamotto": [
],
"Quicksilver": [
]
}
}