Skip to content

Commit cd877aa

Browse files
committed
update ample
1 parent 3640d29 commit cd877aa

18 files changed

+2447
-1278
lines changed

Example/Podfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@ platform :ios, "8.0"
22

33
target "INSPhotoGallery" do
44
pod 'INSNibLoading'
5-
pod 'Kingfisher', :git => 'https://github.com/onevcat/Kingfisher.git', :branch => "swift3"
6-
end
7-
8-
post_install do |installer|
9-
installer.pods_project.targets.each do |target|
10-
target.build_configurations.each do |configuration|
11-
configuration.build_settings['SWIFT_VERSION'] = "3.0"
12-
end
13-
end
5+
pod 'Kingfisher'
146
end
157

168
use_frameworks!

Example/Podfile.lock

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
11
PODS:
22
- INSNibLoading (1.0.1)
3-
- Kingfisher (2.5.0)
3+
- Kingfisher (3.0.1)
44

55
DEPENDENCIES:
66
- INSNibLoading
7-
- Kingfisher (from `https://github.com/onevcat/Kingfisher.git`, branch `swift3`)
8-
9-
EXTERNAL SOURCES:
10-
Kingfisher:
11-
:branch: swift3
12-
:git: https://github.com/onevcat/Kingfisher.git
13-
14-
CHECKOUT OPTIONS:
15-
Kingfisher:
16-
:commit: 609445170d3736b12d01024a953ceb849bc5d071
17-
:git: https://github.com/onevcat/Kingfisher.git
7+
- Kingfisher
188

199
SPEC CHECKSUMS:
2010
INSNibLoading: 1b8d0ee31b94c124bffe2609e697e0a43117a78f
21-
Kingfisher: d467bd710907ec9aa94aaddecaa5390aa3559819
11+
Kingfisher: d5a491b45ea453d90a31bd2c0831d5243e73a73f
2212

23-
PODFILE CHECKSUM: 6adeabf6c63ce164ecc944fc6b75c1dceb253597
13+
PODFILE CHECKSUM: 65ef0a362e355fd18c77f31b51039f3d5b311896
2414

2515
COCOAPODS: 1.0.1

Example/Pods/Kingfisher/README.md

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

Example/Pods/Kingfisher/Sources/Box.swift

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

Example/Pods/Kingfisher/Sources/ImageSerializer.swift renamed to Example/Pods/Kingfisher/Sources/CacheSerializer.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Kingfisher/Sources/Image.swift

Lines changed: 51 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Kingfisher/Sources/ImageCache.swift

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

Example/Pods/Kingfisher/Sources/ImageDownloader.swift

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

Example/Pods/Kingfisher/Sources/ImageProcessor.swift

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

0 commit comments

Comments
 (0)