File tree Expand file tree Collapse file tree 4 files changed +39
-18
lines changed Expand file tree Collapse file tree 4 files changed +39
-18
lines changed Original file line number Diff line number Diff line change 1
- # references:
2
- # * https://www.objc.io/issues/6-build-tools/travis-ci/
3
- # * https://github.com/supermarin/xcpretty#usage
4
-
5
- osx_image : xcode7.3
6
1
language : objective-c
7
- # cache: cocoapods
8
- # podfile: Example/Podfile
9
- # before_install:
10
- # - gem install cocoapods # Since Travis is not always on latest version
11
- # - pod install --project-directory=Example
2
+ osx_image : xcode9.4
3
+
4
+ env :
5
+ global :
6
+ - LC_CTYPE=en_US.UTF-8
7
+ - LANG=en_US.UTF-8
8
+
9
+ addons :
10
+ ssh_known_hosts : github.com
11
+
12
+ notifications :
13
+ email : false
14
+
15
+ before_install :
16
+ - env
17
+ - locale
18
+ - gem install cocoapods --no-rdoc --no-ri --no-document --quiet
19
+ - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
20
+ - pod --version
21
+ - pod setup --silent > /dev/null
22
+ - pod repo update --silent
23
+ - xcpretty --version
24
+ - xcodebuild -version
25
+ - xcodebuild -showsdks
26
+
12
27
script :
13
- - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SDWebImageSVGCoder.xcworkspace -scheme SDWebImageSVGCoder-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14
- - pod lib lint
28
+ - set -o pipefail
29
+
30
+ - echo Check if the library described by the podspec can be built
31
+ - pod lib lint --allow-warnings
32
+
33
+ - echo Build example
34
+ - pod install --project-directory=Example
35
+ - xcodebuild build -workspace Example/SDWebImageSVGCoder.xcworkspace -scheme SDWebImageSVGCoder-Example -sdk iphonesimulator -destination 'name=iPhone 6s' -configuration Debug | xcpretty -c
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ CHECKOUT OPTIONS:
36
36
SPEC CHECKSUMS:
37
37
CocoaLumberjack: db7cc9e464771f12054c22ff6947c5a58d43a0fd
38
38
SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4
39
- SDWebImageSVGCoder: c533987b4fd41c53e2aca2c2e02099f0e9fb6279
39
+ SDWebImageSVGCoder: f2b3b74ff39acbb28f60c1dad2e0fd19fa04cb6c
40
40
SVGKit: 4055d9e809b5db8633755979cfb3b02dc5a8c20d
41
41
42
42
PODFILE CHECKSUM: dc5153f27ba2a6dd43c49d8e0100b34b78f46730
Original file line number Diff line number Diff line change 1
1
# SDWebImageSVGCoder
2
2
3
- [ ![ CI Status
] ( https://img.shields.io/travis/[email protected] /SDWebImageSVGCoder.svg?style=flat )] ( https://travis-ci.org/[email protected] /SDWebImageSVGCoder )
3
+ [ ![ CI Status] ( https://img.shields.io/travis/SDWebImage /SDWebImageSVGCoder.svg?style=flat )] ( https://travis-ci.org/SDWebImage /SDWebImageSVGCoder )
4
4
[ ![ Version] ( https://img.shields.io/cocoapods/v/SDWebImageSVGCoder.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageSVGCoder )
5
5
[ ![ License] ( https://img.shields.io/cocoapods/l/SDWebImageSVGCoder.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageSVGCoder )
6
6
[ ![ Platform] ( https://img.shields.io/cocoapods/p/SDWebImageSVGCoder.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageSVGCoder )
7
- [ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/dreampiggy /SDWebImageSVGCoder )
7
+ [ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/SDWebImage /SDWebImageSVGCoder )
8
8
9
9
10
10
## What's for
@@ -107,7 +107,7 @@ imageView.sd_setImage(with: url)
107
107
108
108
## Screenshot
109
109
110
- <img src =" https://raw.githubusercontent.com/dreampiggy /SDWebImageSVGCoder/master/Example/Screenshot/SVGDemo.png " width =" 300 " />
110
+ <img src =" https://raw.githubusercontent.com/SDWebImage /SDWebImageSVGCoder/master/Example/Screenshot/SVGDemo.png " width =" 300 " />
111
111
112
112
## Author
113
113
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Pod::Spec.new do |s|
21
21
TODO: Add long description of the pod here.
22
22
DESC
23
23
24
- s . homepage = 'https://github.com/[email protected] /SDWebImageSVGCoder'
24
+ s . homepage = 'https://github.com/SDWebImage /SDWebImageSVGCoder'
25
25
s . license = { :type => 'MIT' , :file => 'LICENSE' }
26
26
27
- s . source = { :git => 'https://github.com/[email protected] /SDWebImageSVGCoder.git' , :tag => s . version . to_s }
27
+ s . source = { :git => 'https://github.com/SDWebImage /SDWebImageSVGCoder.git' , :tag => s . version . to_s }
28
28
29
29
s . ios . deployment_target = '8.0'
30
30
s . tvos . deployment_target = '9.0'
You can’t perform that action at this time.
0 commit comments