blob: 60e672a2fcf5b61661999e6e369d2e0cf3ede2d8 [file] [log] [blame]
{
"name": "SKYKitChat",
"version": "0.0.1",
"summary": "Chat extension for SKYKit",
"description": "This is the client library for the Skygear Chat extension.",
"homepage": "https://github.com/SkygearIO/chat-SDK-iOS",
"license": "Apache License, Version 2.0",
"authors": {
"Oursky Ltd.": "hello@oursky.com"
},
"source": {
"git": "https://github.com/SkygearIO/chat-SDK-iOS.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SKYKitChat/Classes/**/*",
"dependencies": {
"SKYKit": [
"~> 0.19.0"
]
}
}