Skip to content

v1.0.0 Major update

Compare
Choose a tag to compare
@ricardopereira ricardopereira released this 23 Mar 17:55
· 3496 commits to main since this release

Major update to this client library with some breaking changes. See https://blog.ably.io/v1-0-client-libraries-released-8a375dca7a26 for a summary of important, breaking changes and upgrade notes.

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '1.0.0'

Cartfile

github "ably/ably-ios" == 1.0.0

Objective-C

#import <Ably/Ably.h>

Swift

import Ably