-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
72 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'FazeKit' | ||
s.version = '0.1.0' | ||
s.version = '0.1.1' | ||
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' | ||
s.license = { :type => 'APACHE', :file => 'LICENSE' } | ||
s.author = { 'NextFaze' => '[email protected]' } | ||
s.authors = { 'Ric Santos' => '[email protected]', | ||
'Shane Woolcock' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/NextFaze/FazeKit.git', :tag => s.version.to_s } | ||
s.social_media_url = 'https://twitter.com/NextFaze' | ||
s.platform = :ios | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters