blob: 26a8007db95415f78d2058c11ef70133601f58df [file] [log] [blame]
{
"name": "Ably",
"version": "1.1.23",
"summary": "iOS, tvOS and macOS Objective-C and Swift client for Ably",
"description": "iOS, tvOS and macOS Objective-C and Swift client library for ably.io, the realtime messaging service.",
"homepage": "https://www.ably.io",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Ably": "support@ably.io"
},
"source": {
"git": "https://github.com/ably/ably-cocoa.git",
"tag": "1.1.23"
},
"social_media_url": "https://twitter.com/ablyrealtime",
"documentation_url": "https://www.ably.io/documentation",
"platforms": {
"ios": "8.0",
"tvos": "10.0",
"osx": "10.11"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Source/**/*.{h,m,swift}",
"private_header_files": [
"Source/*+Private.h",
"Source/Private/*.h"
],
"module_map": "Source/Ably.modulemap",
"dependencies": {
"SocketRocketAblyFork": [
"0.5.2-ably-7"
],
"KSCrashAblyFork": [
"1.15.20-ably-6"
],
"msgpack": [
"0.3.1"
],
"ULID": [
"1.1.0"
],
"SAMKeychain": [
"1.5.3"
]
},
"swift_version": "5.0"
}