[1.0.5] Update version tag

This commit is contained in:
Shial 2018-04-16 16:36:35 +10:00
parent db4cf29480
commit 8acb20a4a3
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ Clone the repo and drag the folder `SLazeKit` into your Xcode project.
**Swift Package Manager:** **Swift Package Manager:**
Add the line `.package(url: "https://github.com/shial4/SLazeKit.git", from: "0.1.0"),` to your `Package.swift` Add the line `.package(url: "https://github.com/shial4/SLazeKit.git", from: "0.1.5"),` to your `Package.swift`
**Swift Package Manager in your iOS Project:** **Swift Package Manager in your iOS Project:**
This project demonstrates a working method for using Swift Package Manager (SPM) to manage the dependencies of an iOS project. This project demonstrates a working method for using Swift Package Manager (SPM) to manage the dependencies of an iOS project.

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'SLazeKit' s.name = 'SLazeKit'
s.version = '0.1.3' s.version = '0.1.5'
s.summary = 'Swift restful manager.' s.summary = 'Swift restful manager.'
s.description = <<-DESC s.description = <<-DESC
SLazeKit is an easy to use Swift restfull collection of extensions and classes. Don't spend hours writing your code to map your rest api request into models and serialization. stop wasting your time! SLazeKit is an easy to use Swift restfull collection of extensions and classes. Don't spend hours writing your code to map your rest api request into models and serialization. stop wasting your time!