blob: cc63c5e79f9c2cc3f1956acd8b2b7377f9d84a20 [file] [log] [blame]
{
"name": "KSOChatKit",
"version": "0.15.3",
"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": "Apache 2.0",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOChatKit.git",
"tag": "0.15.3"
},
"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": [
]
}
}