-
Notifications
You must be signed in to change notification settings - Fork 26
/
HDCoverage.podspec
45 lines (40 loc) · 2.03 KB
/
HDCoverage.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
36
37
38
39
40
41
42
43
44
45
#
# Be sure to run `pod lib lint HDCoverage.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 = 'HDCoverage'
s.version = '1.1.4'
s.summary = 'Swift&OC Coverage Shell, Set Build-Settings and Copy MachO file, let work automatic'
s.description = <<-DESC
Swift&OC Coverage Shell, Set Build-Settings and Copy MachO file, let work automatic
0.1.0: add shells and ruby files
1.0.0: release
1.0.1: move files
1.0.2: perfect shells
1.0.3: optimize macho_copy.sh (auto open code coverage result folder)
1.0.4: optimize parse_profraw.sh (auto open code coverage result folder)
1.0.5: optimize hdcoverage_env.sh (auto get project_path)
1.0.8: adaptor jd biu env
1.0.9: add $OTHER_LDFLAGS value
1.1.0: support gather code coverage
1.1.1: support use Cocoapods Dynamic Library demo
1.1.2: rsolve the issue of multi computer build coverage exceptions
1.1.3: support block code coverage, fix .o bug
1.1.4: fix `pod install` error
DESC
s.homepage = 'https://github.com/erduoniba/hdcoverage'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'denglibing' => '[email protected]' }
s.source = { :git => 'https://github.com/erduoniba/hdcoverage.git', :tag => s.version.to_s }
s.source_files = 'HDCoverage/**/*.{sh,rb}'
# s.resource_bundles = {
# 'HDCoverage' => ['HDCoverage/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end