-
Notifications
You must be signed in to change notification settings - Fork 0
/
SourceKit.podspec
35 lines (30 loc) · 1.47 KB
/
SourceKit.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
31
32
33
34
35
#
# Be sure to run `pod lib lint SourceKit.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 http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "SourceKit"
s.version = "1.2.11"
s.summary = "The SourceKit Library is the iOS SDK for use with the Huq physical analytics products."
s.description = <<-DESC
SourceKit by Huq is the fastest way to find insights and be inspired by what your users get up to in the physical world, using Huq's Physical Analytics platform for mobile app publishers.
-Learn when and how your users shop, work and relax
-Build and manage insights using Huq's analytics tools
-Use Huq to power campaigns and personalise content
DESC
s.homepage = "https://github.com/huq-industries/sourcekit-ios"
s.license = 'All rights reserved'
s.author = { "Huq Industries" => "isambard@huq.io" }
s.source = { :git => "https://github.com/huq-industries/sourcekit-ios.git", :tag=>s.version.to_s}
s.frameworks = 'CoreLocation','SystemConfiguration','CoreTelephony','AdSupport'
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.platform = :ios, '11.0'
s.requires_arc = true
s.ios.vendored_frameworks = 'SourceKit/Frameworks/SourceKit.xcframework'
end