blob: 7e8089af0d2fb69ed6dcdcb4fcc96525c56f7c60 [file] [log] [blame]
{
"name": "ChatSDK",
"version": "4.11.8",
"summary": "Chat SDK - Mobile messaging framework for iOS",
"homepage": "https://sdk.chat",
"license": {
"type": "Chat SDK License",
"file": "LICENSE.md"
},
"authors": {
"Ben Smiley": "ben@chatsdk.co"
},
"source": {
"git": "https://github.com/chat-sdk/chat-sdk-ios.git",
"tag": "4.11.8"
},
"module_name": "ChatSDK",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"default_subspecs": "Complete",
"subspecs": [
{
"name": "Complete",
"dependencies": {
"ChatSDK/UI": [
],
"ChatSDK/Reachability": [
]
}
},
{
"name": "Core",
"source_files": [
"ChatSDKCore/Classes/**/*"
],
"resource_bundles": {
"ChatCore": [
"ChatSDKCore/Assets/**/*"
]
},
"dependencies": {
"RXPromise": [
"~> 1.0"
],
"AFNetworking": [
"~>3.2.1"
],
"DateTools": [
"~> 2.0"
],
"SAMKeychain": [
]
},
"frameworks": "SafariServices"
},
{
"name": "Reachability",
"source_files": [
"ChatSDKExtras/Reachability/Classes/**/*"
],
"dependencies": {
"Reachability": [
],
"ChatSDK/Core": [
]
}
},
{
"name": "CoreData",
"source_files": [
"ChatSDKCoreData/Classes/**/*"
],
"resource_bundles": {
"ChatCoreData": [
"ChatSDKCoreData/Assets/**/*"
]
},
"frameworks": [
"UIKit",
"CoreData"
],
"dependencies": {
"ChatSDK/Core": [
]
}
},
{
"name": "UI",
"source_files": [
"ChatSDKUI/Classes/**/*"
],
"resource_bundles": {
"ChatUI": [
"ChatSDKUI/Assets/**/*",
"ChatSDKUI/Interface/**/*"
]
},
"dependencies": {
"MBProgressHUD": [
"~> 1.0"
],
"VENTokenField": [
"~> 2.0"
],
"SDWebImage": [
"~> 4.0"
],
"StaticDataTableViewController": [
"~> 2.0"
],
"CountryPicker": [
"~> 1.0"
],
"TOCropViewController": [
"~> 2.0"
],
"Hakawai": [
"~> 5.1.5"
],
"ChatSDKKeepLayout": [
],
"Toast": [
"~>4.0.0"
],
"ChatSDK/CoreData": [
]
},
"frameworks": "CoreLocation"
}
]
}