-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathActionpayIOSTracker.podspec
More file actions
29 lines (24 loc) · 1.08 KB
/
ActionpayIOSTracker.podspec
File metadata and controls
29 lines (24 loc) · 1.08 KB
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
Pod::Spec.new do |s|
s.name = 'ActionpayIOSTracker'
s.author = { "AdOnWeb LLC" => "[email protected]" }
s.version = '1.0.4'
s.summary = "ActionpayIOSTracker for iOS SDK."
s.description = <<-DESC
SDK для внедрения в сторонние проекты с целью отслеживания установки приложения а также целевых действий пользователей.
DESC
s.homepage = "https://github.com/AdOnWeb/ActionpayIOSTracker"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright 2013 - 2014 AdOnWeb LLC, Inc. All rights reserved.
LICENSE
}
s.source = {
:git => 'https://github.com/AdOnWeb/ActionpayIOSTracker.git',
:tag => 'v' + s.version.to_s
}
s.platform = :ios
s.frameworks = 'Foundation', 'SystemConfiguration', 'CFNetwork', 'MobileCoreServices', 'Security'
s.ios.vendored_frameworks = 'ActionpayTracker.framework'
s.requires_arc = true
end