blob: aff386af9ef8c603bbb3340679ea1b161ac7f43e [file] [log] [blame]
{
"name": "Ably",
"version": "1.1.4",
"summary": "iOS client for Ably",
"description": "iOS client library for ably.io, the realtime messaging service, written in Objective-C and ready for Swift 4.0 and later.",
"homepage": "https://www.ably.io",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Ably": "support@ably.io"
},
"source": {
"git": "https://github.com/ably/ably-ios.git",
"tag": "1.1.4"
},
"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_version": "4.2",
"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-2"
],
"MsgPackAblyFork": [
"0.2.0-ably-1"
],
"KSCrashAblyFork": [
"1.15.18-ably-1"
],
"ULID": [
"1.1.0"
],
"SAMKeychain": [
"1.5.3"
]
}
}