forked from adobe/aepsdk-optimize-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AEPOptimize.podspec
20 lines (18 loc) · 1.1 KB
/
AEPOptimize.podspec
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 = "AEPOptimize"
s.version = "5.0.1"
s.summary = "Experience Platform Optimize extension for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe."
s.description = <<-DESC
The Experience Platform Optimize extension provides APIs to enable real-time personalization workflows in the Adobe Experience Platform SDKs using Adobe Target or Adobe Journey Optimizer Offer Decisioning.
DESC
s.homepage = "https://github.com/adobe/aepsdk-optimize-ios"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.author = "Adobe Experience Platform SDK Team"
s.source = { :git => "https://github.com/adobe/aepsdk-optimize-ios.git", :tag => s.version.to_s }
s.swift_version = '5.1'
s.ios.deployment_target = '12.0'
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
s.source_files = 'Sources/**/*.swift'
s.dependency 'AEPCore', '>= 5.0.0', '< 6.0.0'
s.dependency 'AEPEdge', '>= 5.0.0', '< 6.0.0'
end