Skip to content

Commit

Permalink
Update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Aug 30, 2018
1 parent 1cbc1b2 commit 3f39d94
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 28 deletions.
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- PathKit (0.8.0)
- Stencil (0.12.0):
- PathKit (~> 0.8.0)
- PathKit (0.9.1)
- Stencil (0.12.1):
- PathKit (~> 0.9.0)
- StencilSwiftKit (2.5.0):
- Stencil (~> 0.12)
- Stencil (~> 0.12.1)
- SwiftLint (0.27.0)

DEPENDENCIES:
Expand All @@ -21,9 +21,9 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
Stencil: c324035607f483153c780fb42367d284cadd30a6
StencilSwiftKit: 80a778f61bb742fd7714a5f9f3c2249d2eafa594
PathKit: 7dcba9f0150afb67e0a520c49707a2cbc8e95937
Stencil: 8a08577b341a059420c444b8aa5733378a6a4384
StencilSwiftKit: 83982c319fb7efd731dfd52a8a4b595604844e11
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073

PODFILE CHECKSUM: 0bd9ec310bace9d5b62e785ea1fb74547c15074d
Expand Down
2 changes: 1 addition & 1 deletion Pods/Local Podspecs/StencilSwiftKit.podspec.json

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

14 changes: 7 additions & 7 deletions Pods/Manifest.lock

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

30 changes: 20 additions & 10 deletions Pods/PathKit/Sources/PathKit.swift

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

2 changes: 1 addition & 1 deletion Pods/Target Support Files/PathKit/Info.plist

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

2 changes: 1 addition & 1 deletion Pods/Target Support Files/Stencil/Info.plist

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

2 changes: 1 addition & 1 deletion StencilSwiftKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Pod::Spec.new do |s|
s.source = { git: 'https://github.com/SwiftGen/StencilSwiftKit.git', tag: s.version.to_s }
s.source_files = 'Sources/**/*.swift'

s.dependency 'Stencil', '~> 0.12'
s.dependency 'Stencil', '~> 0.12.1'
s.framework = 'Foundation'
end

0 comments on commit 3f39d94

Please sign in to comment.