-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOpenWebSDK.podspec
28 lines (25 loc) · 1.12 KB
/
OpenWebSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Be sure to run `pod lib lint OpenWebSDK.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'OpenWebSDK'
s.version = '2.6.3'
s.summary = 'OpenWeb SDK'
s.description = 'This SDK allows you to integrate OpenWeb into your iOS app.'
s.homepage = "https://www.openweb.com"
s.screenshots = 'https://github.com/SpotIM/spotim-ios-sdk-pod/assets/8794663/b451b791-92fc-4946-be64-00531d216fd3'
s.license = { :type => 'CUSTOM', :file => 'LICENSE' }
s.author = { 'Alon Haiut' => '[email protected]' }
s.platform = :ios
s.ios.deployment_target = '12.0'
# the Pre-Compiled Framework:
s.source = { :git => 'https://github.com/SpotIM/openweb-ios-sdk-pod.git', :tag => s.version.to_s }
s.ios.vendored_frameworks = 'OpenWebSDK.xcframework'
s.dependency 'RxSwift', '~> 6.7.0'
s.dependency 'RxRelay', '~> 6.7.0'
s.dependency 'RxCocoa', '~> 6.7.0'
end