blob: eb414ec06866b1093e2f34d41c8c5ea9981bbda5 [file] [log] [blame]
{
"name": "AblyRealtime",
"version": "0.8.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 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.4"
},
"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/AblyRealtime.modulemap",
"dependencies": {
"SocketRocket": [
"0.5.1"
],
"msgpack": [
"0.1.8"
]
},
"deprecated_in_favor_of": "Ably"
}