-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #307 from ably/ablyrealtime-pod
AblyRealtime pod
- Loading branch information
Showing
13 changed files
with
76 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
// | ||
// Ably.h | ||
// Ably | ||
// | ||
// Created by vic on 19/04/2015. | ||
// Copyright (c) 2015 Ably. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
//! Project version number for ably-ios. | ||
FOUNDATION_EXPORT double ablyVersionNumber; | ||
|
||
//! Project version string for ably-ios. | ||
FOUNDATION_EXPORT const unsigned char ablyVersionString[]; | ||
|
||
#import "ARTLog.h" | ||
#import "ARTTypes.h" | ||
|
||
#import "ARTAuth.h" | ||
#import "ARTConnection.h" | ||
#import "ARTConnectionDetails.h" | ||
#import "ARTHttp.h" | ||
#import "ARTBaseMessage.h" | ||
#import "ARTRestChannels.h" | ||
#import "ARTChannelOptions.h" | ||
#import "ARTTokenDetails.h" | ||
#import "ARTTokenRequest.h" | ||
#import "ARTTokenParams.h" | ||
#import "ARTAuthOptions.h" | ||
#import "ARTClientOptions.h" | ||
#import "ARTCrypto.h" | ||
#import "ARTDefault.h" | ||
#import "ARTEventEmitter.h" | ||
#import "ARTFallback.h" | ||
#import "ARTMessage.h" | ||
#import "ARTDataEncoder.h" | ||
#import "ARTPresence.h" | ||
#import "ARTPresenceMap.h" | ||
#import "ARTPresenceMessage.h" | ||
#import "ARTProtocolMessage.h" | ||
#import "ARTQueuedMessage.h" | ||
#import "ARTRest.h" | ||
#import "ARTRestChannel.h" | ||
#import "ARTRestPresence.h" | ||
#import "ARTRealtime.h" | ||
#import "ARTRealtimeChannel.h" | ||
#import "ARTRealtimePresence.h" | ||
#import "ARTRealtimeTransport.h" | ||
#import "ARTStats.h" | ||
#import "ARTWebSocketTransport.h" | ||
#import "ARTEncoder.h" | ||
#import "ARTJsonEncoder.h" | ||
#import "ARTPaginatedResult.h" | ||
|
||
#import "ARTNSDictionary+ARTDictionaryUtil.h" | ||
#import "ARTNSDate+ARTUtil.h" | ||
#import "ARTNSArray+ARTFunctional.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,6 @@ | |
import Nimble | ||
import Quick | ||
|
||
import Ably.Private | ||
|
||
class RestClient: QuickSpec { | ||
override func spec() { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters