blob: 5eddafef63a8afea46ca2c1b33098ad0a5db7e70 [file] [log] [blame]
{
"name": "SKYKitChat",
"version": "1.7.0",
"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": "1.7.0"
},
"platforms": {
"ios": "8.2"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "SKYKitChat/Classes/Core/**/*",
"resource_bundles": {
"SKYKitChatUI": [
"SKYKitChat/Assets/*.xcassets"
]
},
"dependencies": {
"SKYKit/Core": [
"~> 1.7"
],
"Realm": [
"~> 3.0.1"
]
}
},
{
"name": "UI",
"source_files": "SKYKitChat/Classes/UI/**/*",
"dependencies": {
"SKYKitChat/Core": [
],
"SKYKit/Core": [
"~> 1.7"
],
"SVProgressHUD": [
"~> 2.2"
],
"ALCameraViewController": [
"~> 3.0"
],
"LruCache": [
"~> 0.1"
],
"CTAssetsPickerController": [
"~> 3.3.1"
],
"SKPhotoBrowser": [
"~> 5.0.5"
],
"JSQSystemSoundPlayer": [
"~> 2.0.1"
],
"JSQMessagesViewController-Skygear": [
"7.3.5.4"
]
}
}
]
}