Skip to content

Commit 211cee7

Browse files
committed
Merge branch 'release/2.0'
2 parents 3039139 + f05c966 commit 211cee7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

FazeKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FazeKit'
3-
s.version = '1.0.3'
3+
s.version = '2.0'
44
s.summary = 'A collection of helper functions and extensions for Swift iOS apps'
55
s.description = 'A collection of extensions and convenience functions on Foundation, UIKit and other Cocoa Frameworks, built in Swift for iOS development'
66
s.homepage = 'https://github.com/NextFaze/FazeKit'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Version](https://img.shields.io/cocoapods/v/FazeKit.svg?style=flat)](http://cocoapods.org/pods/FazeKit)
55
[![License](https://img.shields.io/cocoapods/l/FazeKit.svg?style=flat)](http://cocoapods.org/pods/FazeKit)
66
[![Platform](https://img.shields.io/cocoapods/p/FazeKit.svg?style=flat)](http://cocoapods.org/pods/FazeKit)
7+
[![Swift Version](https://img.shields.io/badge/Swift-4.0-F16D39.svg?style=flat)](https://developer.apple.com/swift)
78

89
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).
910

0 commit comments

Comments
 (0)