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