Skip to content

Commit

Permalink
Update AlanSDK for Cocoapods.
Browse files Browse the repository at this point in the history
  • Loading branch information
snyuryev committed Sep 29, 2020
1 parent 360b323 commit 62dde7a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AlanSDK-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'AlanSDK-iOS'
s.version = '2.11.0'
s.version = '2.12.0'
s.summary = 'Conversational Voice AI Platform.'
s.description = <<-DESC
The Alan Voice AI Platform provides a framework for fast and easy development and deployment of voice experiences for your applications.
Expand Down
4 changes: 2 additions & 2 deletions AlanSDK-iOS/Frameworks/AlanSDK.framework/AlanSDK
Git LFS file not shown
Binary file modified AlanSDK-iOS/Frameworks/AlanSDK.framework/Assets.car
Binary file not shown.
13 changes: 13 additions & 0 deletions AlanSDK-iOS/Frameworks/AlanSDK.framework/Headers/AlanConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,19 @@
*/
- (nonnull instancetype)initWithKey:(nonnull NSString *)key host:(nullable NSString *)host dataObject:(nullable NSDictionary *)dataObject dialogId:(nullable NSString *)dialogId;

/**
Creates AlanConfig object with key, host, dialogId and given data
@param key Project key
@param host Host to connect
@param dataObject Given data object which will be passed to Alan Studio project
@param dialogId Dialog Id
@param platform Plarform/plugin name
@param platformVersion Plarform/plugin version
@return AlanConfig object
*/
- (nonnull instancetype)initWithKey:(nonnull NSString *)key host:(nullable NSString *)host dataObject:(nullable NSDictionary *)dataObject dialogId:(nullable NSString *)dialogId platform:(nullable NSString*)platform platformVersion:(nullable NSString*)platformVersion;

/**
Creates AlanConfig object with key, host and draggable option flag
Expand Down
Binary file modified AlanSDK-iOS/Frameworks/AlanSDK.framework/Info.plist
Binary file not shown.

0 comments on commit 62dde7a

Please sign in to comment.