forked from adobe/aepsdk-places-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAEPPlaces.podspec
22 lines (18 loc) · 966 Bytes
/
AEPPlaces.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "AEPPlaces"
s.version = "5.0.0"
s.summary = "Places extension for Adobe Experience Cloud SDK. Written and maintained by Adobe."
s.description = <<-DESC
The Places extension is used in conjunction with Adobe Experience Platform to deliver location functionality.
DESC
s.homepage = "https://github.com/adobe/aepsdk-places-ios.git"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.author = "Adobe Experience Platform Messaging SDK Team"
s.source = { :git => 'https://github.com/adobe/aepsdk-places-ios.git', :tag => s.version.to_s }
s.platform = :ios, "12.0"
s.swift_version = '5.1'
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
s.dependency 'AEPCore', '>= 5.0.0', '< 6.0.0'
s.dependency 'AEPServices', '>= 5.0.0', '< 6.0.0'
s.source_files = 'AEPPlaces/Sources/**/*.swift'
end