-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathiAdvize.podspec
More file actions
15 lines (13 loc) · 917 Bytes
/
iAdvize.podspec
File metadata and controls
15 lines (13 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |spec|
spec.name = 'iAdvize'
spec.version = '3.1.1'
spec.license = { :type => 'Proprietary', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/iadvize/iadvize-ios-sdk'
spec.authors = { 'iAdvize' => 'mobile@iadvize.com' }
spec.summary = 'iAdvize - iOS Conversation SDK'
spec.description = 'Embed the iAdvize Conversation SDK in your app and connect your visitors with your professional agents or ibbü experts through a fully customised chat experience.'
spec.source = { :http => "https://github.com/iadvize/iadvize-ios-sdk/releases/download/#{spec.version}/IAdvizeSDK.zip" }
spec.platform = :ios, '15.0'
spec.swift_version = '5.9'
spec.ios.vendored_frameworks = 'IAdvizeConversationSDK.xcframework'
end