blob: c19c3ab031b1aac34f575e2b63d2613186ae5d57 [file] [log] [blame]
{
"name": "SKYKitChat",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "SKYKitChat/Classes/Core/**/*",
"dependencies": {
"SKYKit/Core": [
"~> 0.21.0"
]
}
},
{
"name": "UI",
"source_files": "SKYKitChat/Classes/UI/**/*",
"dependencies": {
"SKYKitChat/Core": [
],
"SKYKit/Core": [
"~> 0.21.0"
],
"JSQMessagesViewController": [
"~> 7.3.0"
],
"SVProgressHUD": [
"~> 2.1.0"
]
}
}
]
}