-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from thefuntasty/1.3.0
Release v1.3.0
- Loading branch information
Showing
7 changed files
with
19 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "FuntastyKit" | ||
s.version = "1.2.1" | ||
s.version = "1.3.0" | ||
s.summary = "A collection of Swift utilities and protocols used in our projects." | ||
s.description = <<-DESC | ||
A collection of Swift utilities and protocols used in our projects. | ||
MVVM-C architecture, service holder for code injection of services | ||
some regularly used UIKit extensions, protocols for simple initialization from XIB files, | ||
storyboards and for handling keyboard, hairline and keyboard height constraints | ||
DESC | ||
s.homepage = "https://github.com/thefuntasty/FuntastyKit" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Petr Zvonicek" => "" } | ||
s.author = { "Matěj K. Jirásek" => "matej.jirasek@thefuntasty.com" } | ||
s.social_media_url = "https://twitter.com/TheFuntasty" | ||
s.ios.deployment_target = "9.0" | ||
s.osx.deployment_target = "10.9" | ||
s.watchos.deployment_target = "2.0" | ||
s.tvos.deployment_target = "9.0" | ||
s.platform = :ios, "9.0" | ||
s.swift_version = "4.2" | ||
s.source = { :git => "https://github.com/thefuntasty/FuntastyKit.git", :tag => s.version.to_s } | ||
s.source_files = "Sources/**/*" | ||
s.frameworks = "Foundation" | ||
s.frameworks = "Foundation", "UIKit" | ||
end |
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
2 changes: 1 addition & 1 deletion
2
FuntastyKit.xcodeproj/xcshareddata/xcschemes/FuntastyKit-iOS.xcscheme
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
2 changes: 1 addition & 1 deletion
2
FuntastyKit.xcodeproj/xcshareddata/xcschemes/FuntastyKit-macOS.xcscheme
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
2 changes: 1 addition & 1 deletion
2
FuntastyKit.xcodeproj/xcshareddata/xcschemes/FuntastyKit-tvOS.xcscheme
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
2 changes: 1 addition & 1 deletion
2
FuntastyKit.xcodeproj/xcshareddata/xcschemes/FuntastyKit-watchOS.xcscheme
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