blob: 89fb2d7ae91acdf2e23882ce80b5fb7be46470f7 [file] [log] [blame]
{
"name": "ChatScroller",
"version": "1.0.1",
"summary": "ChatScroller is a framework to display chat messages for ios apps.",
"description": "You can display overlay chats using the framework. The framework adds overlays on a particular view with transparent background while keeping the background as is so that users can get the feel of the app and don't feel like this is an external component. As of now it just displays one side chat messages. More coming soon.",
"homepage": "http://prateekvarshney.strikingly.com",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Prateek Varshney": "varsh.prateek@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://prateekvarshney.000webhostapp.com/ChatScroller/ChatScrollerSDK.zip"
},
"ios": {
"vendored_frameworks": "ChatScroller.framework"
}
}