-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathBugly.podspec
More file actions
23 lines (23 loc) · 940 Bytes
/
Bugly.podspec
File metadata and controls
23 lines (23 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.authors = "Tencent"
s.name = "Bugly"
s.version = "2.6.1"
s.summary = "Bugly iOS SDK"
s.description = "iOS library for Bugly Crash Report Service. Sign up for a service at https://bugly.qq.com."
s.homepage = "http://bugly.qq.com/"
s.license = { :type => "Commercial", :text => "Copyright (C) 2017 Tencent Bugly, Inc. All rights reserved."}
s.author = { "Tencent" => "bugly@tencent.com" }
s.source = { :http => "https://buglycocoapodscrashsdk-75649.gzc.vod.tencent-cloud.com/Bugly-2.6.1.zip" }
s.requires_arc = true
s.platform = :ios
s.ios.deployment_target = '7.0'
s.vendored_frameworks ='Bugly.framework'
s.frameworks = 'SystemConfiguration','Security'
s.library = 'z','c++'
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright (C) 2017 Tencent Bugly, Inc. All rights reserved.
LICENSE
}
end