Skip to content

Commit ab476e1

Browse files
committed
Update podspec
1 parent 2180baf commit ab476e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

FazeKit.podspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'FazeKit'
3-
s.version = '2.0'
3+
s.version = '2.1'
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'
77
s.license = { :type => 'APACHE', :file => 'LICENSE' }
88
s.authors = { 'Ric Santos' => '[email protected]',
9-
'Shane Woolcock' => '[email protected]' }
9+
'Shane Woolcock' => '[email protected]',
10+
'Dan Silk' => '[email protected]' }
1011
s.source = { :git => 'https://github.com/NextFaze/FazeKit.git', :tag => s.version.to_s }
1112
s.social_media_url = 'https://twitter.com/NextFaze'
1213
s.platform = :ios

0 commit comments

Comments
 (0)