-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathOptimoveSDK.podspec
More file actions
20 lines (20 loc) · 1.04 KB
/
Copy pathOptimoveSDK.podspec
File metadata and controls
20 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'OptimoveSDK'
s.version = '2.2.2'
s.summary = 'Optimove SDK for Analytics and push notifications.'
s.description = 'This Pod includes the Optimove framework for reporting events and receive optimove push notifications'
s.homepage = 'https://github.com/optimove-tech/iOS-SDK-Integration-Guide'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Mobius Solutions' => 'mobile@optimove.com' }
s.source = { :git => 'https://github.com/optimove-tech/iOS-SDK-Integration-Guide.git', :tag => 'SDK/' + s.version.to_s }
s.social_media_url = 'https://twitter.com/Optimove'
s.platform = 'ios'
s.ios.deployment_target = '10.0'
s.static_framework = true
s.swift_version = '5'
s.source_files = 'OptimoveSDK/Classes/**/*'
s.dependency 'FirebaseMessaging', '~> 4.0'
s.dependency 'MatomoTracker', '~> 6.0'
s.dependency 'ReachabilitySwift', '~> 4.0'
s.frameworks = 'UIKit', 'SystemConfiguration', 'UserNotifications', 'AdSupport'
end