From 293239042e70a22c5f99fe4089c12ec6e70a37e0 Mon Sep 17 00:00:00 2001 From: Ricardo Santos Date: Wed, 10 Jan 2018 10:56:31 +1030 Subject: [PATCH 1/2] Add a Swift version shield to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bc1dcf..0fb338a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Version](https://img.shields.io/cocoapods/v/FazeKit.svg?style=flat)](http://cocoapods.org/pods/FazeKit) [![License](https://img.shields.io/cocoapods/l/FazeKit.svg?style=flat)](http://cocoapods.org/pods/FazeKit) [![Platform](https://img.shields.io/cocoapods/p/FazeKit.svg?style=flat)](http://cocoapods.org/pods/FazeKit) +[![Swift Version](https://img.shields.io/badge/Swift-4.0-F16D39.svg?style=flat)](https://developer.apple.com/swift) A collection of extensions and convenience functions on Foundation, UIKit and other Cocoa Frameworks, built in Swift for iOS development. The spiritual successor to [NFAllocInit](https://github.com/NextFaze/NFAllocInit). From f05c966d25470ddc71b9d65342f49db36af874cf Mon Sep 17 00:00:00 2001 From: Ricardo Santos Date: Wed, 10 Jan 2018 10:57:54 +1030 Subject: [PATCH 2/2] Update the podspec --- FazeKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FazeKit.podspec b/FazeKit.podspec index 3dbb416..5420bca 100644 --- a/FazeKit.podspec +++ b/FazeKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FazeKit' - s.version = '1.0.3' + s.version = '2.0' s.summary = 'A collection of helper functions and extensions for Swift iOS apps' s.description = 'A collection of extensions and convenience functions on Foundation, UIKit and other Cocoa Frameworks, built in Swift for iOS development' s.homepage = 'https://github.com/NextFaze/FazeKit'