-
Notifications
You must be signed in to change notification settings - Fork 3
/
SpotIMCore.podspec
31 lines (28 loc) · 1.48 KB
/
SpotIMCore.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
29
30
31
#
# Be sure to run `pod lib lint Spot.IM-Core.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 = 'SpotIMCore'
s.version = '1.18.6'
s.swift_versions = ['5.0']
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://user-images.githubusercontent.com/607917/35287547-4076605c-006b-11e8-9674-a1c9e4f8f681.png', 'https://user-images.githubusercontent.com/607917/35287551-423452be-006b-11e8-96e9-7bf7a3ae27b6.png', 'https://user-images.githubusercontent.com/607917/35287552-4259dc5a-006b-11e8-9a27-c14b37a5a32b.png'
s.license = { :type => 'CUSTOM', :file => 'LICENSE' }
s.author = { 'Alon Haiut' => '[email protected]' }
s.platform = :ios
s.ios.deployment_target = '12.0'
# Setting pod `BUILD_LIBRARY_FOR_DISTRIBUTION` to `YES`
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
# the Pre-Compiled Framework:
s.source = { :git => 'https://github.com/SpotIM/spotim-ios-sdk-pod.git', :tag => s.version.to_s }
s.ios.resources = 'SpotImAdsProvider/*.swift'
s.ios.vendored_frameworks = 'SpotImCore.xcframework'
s.dependency 'RxSwift', '~> 6.5'
s.dependency 'RxCocoa', '~> 6.5'
end