blob: 54f4331716369e5420c7926a2870a2550639f2b1 [file] [log] [blame]
{
"name": "OTTextChatKit",
"version": "2.0.1",
"summary": "OpenTok Text Chat Accelerator Pack enables text messages between mobile or browser-based devices.",
"description": "This document describes how to use the OpenTok Text Chat Accelerator Pack for iOS. Through the exploration of the One to One Text Chat Sample Application, you will learn best practices for exchanging text messages on an iOS mobile device.",
"homepage": "https://tokbox.com/",
"license": "MIT",
"authors": {
"Lucas Huang": "lucas@tokbox.com"
},
"source": {
"git": "https://github.com/opentok/textchat-acc-pack.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/tokbox/",
"platforms": {
"ios": "8.0"
},
"source_files": "ios/TextChatAccPackKit/OTTextChatKit/**/*",
"resource_bundles": {
"OTTextChatKitBundle": [
"ios/TextChatAccPackKit/OTTextChatKitBundle/**/*"
]
},
"dependencies": {
"OTAcceleratorPackUtil": [
]
}
}