-
Notifications
You must be signed in to change notification settings - Fork 0
/
AlibabaCloudRUM.podspec
33 lines (27 loc) · 1.63 KB
/
AlibabaCloudRUM.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
################################################################################################################################
##################################################### podspec file for dev #####################################################
################################################################################################################################
Pod::Spec.new do |s|
s.name = 'AlibabaCloudRUM'
s.version = "0.3.4"
s.summary = 'AlibabaCloud RUM service for iOS.'
s.description = <<-DESC
iOS SDK for Alibaba Cloud RUM.
https://help.aliyun.com/zh/arms/user-experience-monitoring/product-overview
https://help.aliyun.com/zh/arms/user-experience-monitoring/access-to-ios-applications
DESC
s.homepage = 'https://help.aliyun.com/zh/arms/user-experience-monitoring/access-to-ios-applications'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'aliyun-log' => '[email protected]' }
s.source = { :git => 'https://github.com/aliyun/alibabacloud-rum-ios-buildpack.git', :tag => s.version.to_s }
s.social_media_url = 'https://help.aliyun.com/zh/arms/product-overview'
s.platform = :ios, "9.0"
s.requires_arc = true
s.libraries = 'z', "c++", "resolv"
s.swift_version = "5.0"
s.vendored_frameworks = 'Sources/OpenCore/OpenCore.xcframework', 'Sources/OpenBusiness/OpenBusiness.xcframework', 'Sources/OpenRUM/OpenRUM.xcframework'
s.source_files = 'Sources/AlibabaCloudRUM/**/*.{m,h,swift}'
s.pod_target_xcconfig = {
'OTHER_LDFLAGS' => '-ObjC'
}
end