This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'deploy/1.0.0' into productive
- Loading branch information
Showing
22 changed files
with
1,165 additions
and
55 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
opt_in_rules: | ||
- empty_count | ||
# - missing_docs | ||
|
||
disabled_rules: | ||
- vertical_whitespace | ||
- cyclomatic_complexity | ||
|
||
included: | ||
- Sources | ||
- Tests | ||
|
||
excluded: | ||
- Carthage | ||
- Sources/Code/Extensions/ColorSpaces.swift | ||
|
||
line_length: 150 |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "HandyUIKit" | ||
s.version = "1.0.0" | ||
s.summary = "Handy UI features that should have been part of UIKit in the first place." | ||
|
||
s.description = <<-DESC | ||
The goal of this library is to provide handy UI related features that we feel like they should have been | ||
part of the UIKit frameworks themselves. Therefore this library is intended to inherit solutions for common | ||
tasks that appear in daily programming and tries to comply to the same naming conventions as already used | ||
in the Apple frameworks. | ||
DESC | ||
|
||
s.homepage = "https://github.com/Flinesoft/HandyUIKit" | ||
s.license = { :type => "MIT", :file => "LICENSE.md" } | ||
|
||
s.author = { "Cihat Gündüz" => "[email protected]" } | ||
s.social_media_url = "https://twitter.com/Dschee" | ||
|
||
s.ios.deployment_target = "8.0" | ||
s.tvos.deployment_target = "9.0" | ||
|
||
s.source = { :git => "https://github.com/Flinesoft/HandyUIKit.git", :tag => "1.0.0" } | ||
s.source_files = "Sources", "Sources/**/*.swift" | ||
s.framework = "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
30 changes: 30 additions & 0 deletions
30
HandyUIKit.xcodeproj/project.xcworkspace/xcshareddata/HandyUIKit.xcscmblueprint
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "00D3D5312C073D1DF2E15F5B96147F173BA8E73B", | ||
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { | ||
|
||
}, | ||
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { | ||
"00D3D5312C073D1DF2E15F5B96147F173BA8E73B" : 9223372036854775807, | ||
"C0F6F4A9FFA90C8B085DCED78C3E68E1B6169F5F" : 9223372036854775807 | ||
}, | ||
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "1F0FFDE4-B7F4-451D-8950-B4DEBED08ACB", | ||
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { | ||
"00D3D5312C073D1DF2E15F5B96147F173BA8E73B" : "HandyUIKit\/", | ||
"C0F6F4A9FFA90C8B085DCED78C3E68E1B6169F5F" : "HandySwift\/" | ||
}, | ||
"DVTSourceControlWorkspaceBlueprintNameKey" : "HandyUIKit", | ||
"DVTSourceControlWorkspaceBlueprintVersion" : 204, | ||
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "HandyUIKit.xcodeproj", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ | ||
{ | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:Dschee\/HandyUIKit.git", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "00D3D5312C073D1DF2E15F5B96147F173BA8E73B" | ||
}, | ||
{ | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:Flinesoft\/HandySwift.git", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "C0F6F4A9FFA90C8B085DCED78C3E68E1B6169F5F" | ||
} | ||
] | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
HandyUIKit.xcworkspace/xcshareddata/HandyUIKit.xcscmblueprint
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "00D3D5312C073D1DF2E15F5B96147F173BA8E73B", | ||
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { | ||
|
||
}, | ||
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { | ||
"00D3D5312C073D1DF2E15F5B96147F173BA8E73B" : 9223372036854775807, | ||
"C0F6F4A9FFA90C8B085DCED78C3E68E1B6169F5F" : 9223372036854775807 | ||
}, | ||
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "1F0FFDE4-B7F4-451D-8950-B4DEBED08ACB", | ||
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { | ||
"00D3D5312C073D1DF2E15F5B96147F173BA8E73B" : "HandyUIKit\/", | ||
"C0F6F4A9FFA90C8B085DCED78C3E68E1B6169F5F" : "HandySwift\/" | ||
}, | ||
"DVTSourceControlWorkspaceBlueprintNameKey" : "HandyUIKit", | ||
"DVTSourceControlWorkspaceBlueprintVersion" : 204, | ||
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "HandyUIKit.xcworkspace", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ | ||
{ | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:Dschee\/HandyUIKit.git", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "00D3D5312C073D1DF2E15F5B96147F173BA8E73B" | ||
}, | ||
{ | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:Flinesoft\/HandySwift.git", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", | ||
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "C0F6F4A9FFA90C8B085DCED78C3E68E1B6169F5F" | ||
} | ||
] | ||
} |
Oops, something went wrong.