blob: 17c9c73c0271e019d1736416ef26a95c7011643c [file] [log] [blame]
{
"name": "ChatSDK",
"version": "4.3.15",
"summary": "Chat SDK - Mobile messaging framework for iOS",
"homepage": "http://chatsdk.co",
"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.3.15"
},
"module_name": "ChatSDK",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "UI",
"subspecs": [
{
"name": "Core",
"source_files": [
"ChatSDKCore/Classes/**/*"
],
"resource_bundles": {
"ChatCore": [
"ChatSDKCore/Assets/**/*"
]
},
"dependencies": {
"RXPromise": [
"~> 1.0"
],
"Reachability": [
"~> 3.0"
],
"AFNetworking": [
"~>3.1.0"
]
}
},
{
"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"
],
"DateTools": [
"~> 1.0"
],
"TOCropViewController": [
"~> 2.0"
],
"Hakawai": [
"~> 5.0.0"
],
"ChatSDKKeepLayout": [
],
"Toast": [
"~>4.0.0"
],
"ChatSDK/CoreData": [
]
},
"frameworks": "CoreLocation"
}
]
}