[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 9 / 0 / AblyRealtime / 0.8.4 / AblyRealtime.podspec.json
blobeb414ec06866b1093e2f34d41c8c5ea9981bbda5
2   "name": "AblyRealtime",
3   "version": "0.8.4",
4   "summary": "iOS client for Ably",
5   "description": "iOS client library for ably.io, the realtime messaging service, written in Objective-C and ready for Swift 2.0.",
6   "homepage": "https://www.ably.io",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ably": "support@ably.io"
13   },
14   "source": {
15     "git": "https://github.com/ably/ably-ios.git",
16     "tag": "0.8.4"
17   },
18   "requires_arc": true,
19   "social_media_url": "https://twitter.com/ablyrealtime",
20   "documentation_url": "https://www.ably.io/documentation",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "source_files": "Source/*.{h,m}",
25   "module_map": "Source/AblyRealtime.modulemap",
26   "dependencies": {
27     "SocketRocket": [
28       "0.5.1"
29     ],
30     "msgpack": [
31       "0.1.8"
32     ]
33   },
34   "deprecated_in_favor_of": "Ably"