-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsequencing-master-plugin-api-swift.podspec
30 lines (24 loc) · 1.17 KB
/
sequencing-master-plugin-api-swift.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
#
# Be sure to run `pod spec lint sequencing-master-plugin-api-objc.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "sequencing-master-plugin-api-swift"
s.version = "1.3.1"
s.summary = "Master CocoaPod Plugin for adding Sequencing.com's Real-Time Personalization technology to iOS apps coded in Swift"
s.homepage = "https://github.com/SequencingDOTcom/CocoaPod-iOS-Master-Plugin-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Sequencing" => "[email protected]" }
s.source = {
:git => "https://github.com/SequencingDOTcom/CocoaPod-iOS-Master-Plugin-Swift.git",
:tag => "1.3.1"
}
s.platform = :ios, '9.0'
s.requires_arc = true
s.dependency "sequencing-oauth-api-swift", "~> 2.5.0"
s.dependency "sequencing-file-selector-api-swift", "~> 2.0.2"
s.dependency "sequencing-app-chains-api-swift", "~> 2.1.1"
end