-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsequencing-master-plugin-api-objc.podspec
29 lines (25 loc) · 1.22 KB
/
sequencing-master-plugin-api-objc.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
#
# 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-objc"
s.version = "1.4.1"
s.summary = "Master CocoaPod Plugin for adding Sequencing.com's Real-Time Personalization technology to iOS apps coded in Objective-C"
s.homepage = "https://github.com/SequencingDOTcom/CocoaPod-iOS-Master-Plugin-ObjectiveC"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Sequencing" => "[email protected]" }
s.source = {
:git => "https://github.com/SequencingDOTcom/CocoaPod-iOS-Master-Plugin-ObjectiveC.git",
:tag => "1.4.1"
}
s.platform = :ios, '9.0'
# s.source_files = 'Pod', 'Pod/*.*'
s.requires_arc = true
s.dependency "sequencing-oauth-api-objc", "~> 2.0.5"
s.dependency "sequencing-file-selector-api-objc", "~> 1.3.2"
s.dependency "sequencing-app-chains-api-objc", "~> 1.1.1"
end