-
Notifications
You must be signed in to change notification settings - Fork 3
/
ASATools.podspec
29 lines (25 loc) · 1.09 KB
/
ASATools.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 lib lint ASATools.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'ASATools'
s.version = '1.4.8'
s.summary = 'iOS library for apple search ads attribution and companies effectiveness analytics'
s.description = <<-DESC
This library is a part of a SAAS. Please check out asa.tools for futher details.
DESC
s.homepage = 'https://github.com/ASATools/ios_sdk'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'vdugnist' => 'vdugnist@gmail.com' }
s.source = { :git => 'https://github.com/ASATools/ios_sdk', :tag => s.version.to_s }
s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
s.macos.deployment_target = '10.14'
s.source_files = 'ASATools/Classes/**/*'
s.resource_bundles = {'ASATools' => ['ASATools/PrivacyInfo.xcprivacy']}
s.weak_framework = 'AdServices'
end