Merge pull request #227 from stencilproject/feature/pathkit-cocoapods

Updated the PathKit dependency to 0.9.0 in CocoaPods
This commit is contained in:
David Jennes
2018-08-30 13:41:52 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,9 @@
### Internal Changes ### Internal Changes
_None_ - Updated the PathKit dependency to 0.9.0 in CocoaPods, to be in line with SPM.
[David Jennes](https://github.com/djbe)
[#227](https://github.com/stencilproject/Stencil/pull/227)
## 0.12.0 ## 0.12.0

View File

@@ -26,7 +26,7 @@
"requires_arc": true, "requires_arc": true,
"dependencies": { "dependencies": {
"PathKit": [ "PathKit": [
"~> 0.8.0" "~> 0.9.0"
] ]
} }
} }