blob: 142b1915a4752a078f4624b032ef54f4ae6b5474 [file] [log] [blame]
{
"name": "Ably",
"version": "0.8.9",
"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.9"
},
"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"
]
}
}