blob: a21cb20e4df14679b955721859a784d9bbced9be [file] [log] [blame]
{
"name": "Ably",
"version": "1.1.0",
"summary": "iOS client for Ably",
"description": "iOS client library for ably.io, the realtime messaging service, written in Objective-C and ready for Swift 3.0.",
"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.0"
},
"social_media_url": "https://twitter.com/ablyrealtime",
"documentation_url": "https://www.ably.io/documentation",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_version": "4.1",
"source_files": "Source/*.{h,m}",
"private_header_files": "Source/*+Private.h",
"module_map": "Source/Ably.modulemap",
"dependencies": {
"SocketRocket": [
"0.5.1"
],
"msgpack": [
"0.1.8"
],
"KSCrashAblyFork": [
"1.15.8-ably-2"
],
"ULID": [
"1.0.2"
],
"SAMKeychain": [
"1.5.3"
]
}
}