Skip to content

Commit 6d083f5

Browse files
committed
add SDWebImage placeHolder Image, update to Swift 3.0
1 parent 6b1191f commit 6d083f5

File tree

11 files changed

+1203
-1051
lines changed

11 files changed

+1203
-1051
lines changed

SSCycleScrollDemo/Podfile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
target 'SSCycleScrollDemo' do
55
use_frameworks!
6-
pod 'SSCycleScrollView'
7-
6+
pod 'SSCycleScrollView', :path => '../SSCycleScrollView'
7+
end
8+
post_install do |installer|
9+
installer.pods_project.targets.each do |target|
10+
target.build_configurations.each do |config|
11+
config.build_settings['SWIFT_VERSION'] = '3.0' # or '3.0'
12+
end
13+
end
814
end

SSCycleScrollDemo/Podfile.lock

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,50 @@
11
PODS:
2-
- libwebp (0.5.0):
3-
- libwebp/core (= 0.5.0)
4-
- libwebp/dec (= 0.5.0)
5-
- libwebp/demux (= 0.5.0)
6-
- libwebp/dsp (= 0.5.0)
7-
- libwebp/enc (= 0.5.0)
8-
- libwebp/mux (= 0.5.0)
9-
- libwebp/utils (= 0.5.0)
10-
- libwebp/webp (= 0.5.0)
11-
- libwebp/core (0.5.0):
2+
- libwebp (0.5.1):
3+
- libwebp/core (= 0.5.1)
4+
- libwebp/dec (= 0.5.1)
5+
- libwebp/demux (= 0.5.1)
6+
- libwebp/dsp (= 0.5.1)
7+
- libwebp/enc (= 0.5.1)
8+
- libwebp/mux (= 0.5.1)
9+
- libwebp/utils (= 0.5.1)
10+
- libwebp/webp (= 0.5.1)
11+
- libwebp/core (0.5.1):
1212
- libwebp/webp
13-
- libwebp/dec (0.5.0):
13+
- libwebp/dec (0.5.1):
1414
- libwebp/core
15-
- libwebp/demux (0.5.0):
15+
- libwebp/demux (0.5.1):
1616
- libwebp/core
17-
- libwebp/dsp (0.5.0):
17+
- libwebp/dsp (0.5.1):
1818
- libwebp/core
19-
- libwebp/enc (0.5.0):
19+
- libwebp/enc (0.5.1):
2020
- libwebp/core
21-
- libwebp/mux (0.5.0):
21+
- libwebp/mux (0.5.1):
2222
- libwebp/core
23-
- libwebp/utils (0.5.0):
23+
- libwebp/utils (0.5.1):
2424
- libwebp/core
25-
- libwebp/webp (0.5.0)
26-
- SDWebImage (3.8.1):
27-
- SDWebImage/Core (= 3.8.1)
28-
- SDWebImage/Core (3.8.1)
29-
- SDWebImage/WebP (3.8.1):
25+
- libwebp/webp (0.5.1)
26+
- SDWebImage (3.8.2):
27+
- SDWebImage/Core (= 3.8.2)
28+
- SDWebImage/Core (3.8.2)
29+
- SDWebImage/WebP (3.8.2):
3030
- libwebp
3131
- SDWebImage/Core
3232
- SSCycleScrollView (2.0.2):
3333
- SDWebImage
3434
- SDWebImage/WebP
3535

3636
DEPENDENCIES:
37-
- SSCycleScrollView
37+
- SSCycleScrollView (from `../SSCycleScrollView`)
38+
39+
EXTERNAL SOURCES:
40+
SSCycleScrollView:
41+
:path: "../SSCycleScrollView"
3842

3943
SPEC CHECKSUMS:
40-
libwebp: 68ba2001ba6806ee52837ebd77a551a0b6567e4e
41-
SDWebImage: 35f9627a3e44b4f292a8a8ce6a531fa488239b91
44+
libwebp: b9126f8982a95370cf4eaad9bb3fefd57f052c15
45+
SDWebImage: 098e97e6176540799c27e804c96653ee0833d13c
4246
SSCycleScrollView: b89aa191eb7adafdfc24cc4d373d2ee7372e05c1
4347

44-
PODFILE CHECKSUM: 4a8fd369e580ee45da5fe0012a1be8e198711647
48+
PODFILE CHECKSUM: bf8540171ae871e6ed02808a494533057d9dbea0
4549

4650
COCOAPODS: 1.0.1

SSCycleScrollDemo/Pods/Manifest.lock

Lines changed: 29 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)