[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / 0 / AblyRealtime / 0.8.1 / AblyRealtime.podspec.json
blobaf16ce5f358511e058aa710b35584e455d09835e
2   "name": "AblyRealtime",
3   "version": "0.8.1",
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.1"
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   "pod_target_xcconfig": {
27     "HEADER_SEARCH_PATHS": "$CONFIGURATION_BUILD_DIR/SwiftWebSocket.framework/Headers"
28   },
29   "dependencies": {
30     "SwiftWebSocket": [
31       "~> 2.5"
32     ]
33   },
34   "deprecated_in_favor_of": "Ably"