Skip to content

Commit

Permalink
update ample
Browse files Browse the repository at this point in the history
  • Loading branch information
m1entus committed Sep 19, 2016
1 parent 3640d29 commit cd877aa
Show file tree
Hide file tree
Showing 18 changed files with 2,447 additions and 1,278 deletions.
10 changes: 1 addition & 9 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@ platform :ios, "8.0"

target "INSPhotoGallery" do
pod 'INSNibLoading'
pod 'Kingfisher', :git => 'https://github.com/onevcat/Kingfisher.git', :branch => "swift3"
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |configuration|
configuration.build_settings['SWIFT_VERSION'] = "3.0"
end
end
pod 'Kingfisher'
end

use_frameworks!
18 changes: 4 additions & 14 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
PODS:
- INSNibLoading (1.0.1)
- Kingfisher (2.5.0)
- Kingfisher (3.0.1)

DEPENDENCIES:
- INSNibLoading
- Kingfisher (from `https://github.com/onevcat/Kingfisher.git`, branch `swift3`)

EXTERNAL SOURCES:
Kingfisher:
:branch: swift3
:git: https://github.com/onevcat/Kingfisher.git

CHECKOUT OPTIONS:
Kingfisher:
:commit: 609445170d3736b12d01024a953ceb849bc5d071
:git: https://github.com/onevcat/Kingfisher.git
- Kingfisher

SPEC CHECKSUMS:
INSNibLoading: 1b8d0ee31b94c124bffe2609e697e0a43117a78f
Kingfisher: d467bd710907ec9aa94aaddecaa5390aa3559819
Kingfisher: d5a491b45ea453d90a31bd2c0831d5243e73a73f

PODFILE CHECKSUM: 6adeabf6c63ce164ecc944fc6b75c1dceb253597
PODFILE CHECKSUM: 65ef0a362e355fd18c77f31b51039f3d5b311896

COCOAPODS: 1.0.1
349 changes: 29 additions & 320 deletions Example/Pods/Kingfisher/README.md

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions Example/Pods/Kingfisher/Sources/Box.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 51 additions & 1 deletion Example/Pods/Kingfisher/Sources/Image.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 14 additions & 20 deletions Example/Pods/Kingfisher/Sources/ImageCache.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 3 additions & 20 deletions Example/Pods/Kingfisher/Sources/ImageDownloader.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions Example/Pods/Kingfisher/Sources/ImageProcessor.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cd877aa

Please sign in to comment.