forked from BuglyDevTeam/Bugly-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuglyWatchOS.podspec
More file actions
21 lines (21 loc) · 838 Bytes
/
BuglyWatchOS.podspec
File metadata and controls
21 lines (21 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "BuglyWatchOS"
s.version = "1.0.1"
s.summary = "Bugly watchOS SDK"
s.description = "watchOS library for Bugly Crash Report Service"
s.homepage = "http://bugly.qq.com/"
s.license = { :type => "Copyright", :text => "©2015 Tencent.com"}
s.author = { "Tencent" => "bugly@tencent.com" }
s.source = { :http => "https://raw.githubusercontent.com/BuglyDevTeam/Bugly-iOS/master/release/BuglyWatchOS-1.0.1.zip" }
s.requires_arc = true
s.platform = :watchos
s.watchos.deployment_target = '2.0'
s.vendored_frameworks ='BuglyWatchOS.framework'
s.source_files = 'BuglyWatchOS.framework/Headers/*.h'
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright 2015 tencent.com. All rights reserved.
LICENSE
}
end