Skip to content

Releases: ably/ably-cocoa

v0.8.1 for Swift 2.1 (Xcode 7.2 or older)

08 Apr 16:37
Compare
Choose a tag to compare

This release is incompatible with Xcode 7.3 or later.

Podfile

pod 'AblyRealtime', :git => '/~https://github.com/ably/ably-ios.git', :tag => '0.8.1-swift2.1'

Cartfile

github "ably/ably-ios" == "0.8.1-swift2.1"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.1 for Swift 2.2 (Xcode 7.3 or newer)

08 Apr 16:59
Compare
Choose a tag to compare

This release is incompatible with Xcode 7.2 or older.

Podfile

pod 'AblyRealtime', '0.8.1'

Cartfile

github "ably/ably-ios" == "0.8.1"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.0

06 Apr 17:18
Compare
Choose a tag to compare

This release requires Xcode 7.3+ otherwise the Swift 2.2 changes will NOT COMPILE.

Instructions

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.0 Beta 3

18 Mar 16:30
Compare
Choose a tag to compare
v0.8.0 Beta 3 Pre-release
Pre-release

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.0 Beta 2

18 Mar 13:24
Compare
Choose a tag to compare
v0.8.0 Beta 2 Pre-release
Pre-release

Renamed pod Ably to AblyRealtime.

v0.8.0 Beta 1

04 Mar 18:50
Compare
Choose a tag to compare
v0.8.0 Beta 1 Pre-release
Pre-release

First v0.8 beta release.

v0.7.0

03 Mar 16:11
Compare
Choose a tag to compare
Merge pull request #9 from thevixac/master

Token Auth and cryptography fixes and renaming