-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nick Lee
authored and
Nick Lee
committed
Aug 4, 2017
1 parent
0a48fb1
commit 13e06af
Showing
55 changed files
with
6,613 additions
and
69 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,10 @@ | ||
disabled_rules: # rule identifiers to exclude from running | ||
- line_length | ||
- file_length | ||
- function_body_length | ||
excluded: # paths to ignore during linting. Takes precedence over `included`. | ||
- Pods | ||
- Library | ||
identifier_name: | ||
excluded: | ||
- id |
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
2 changes: 1 addition & 1 deletion
2
...l/Appdelegate/AppDelegateExtensions.swift → ...al/Appdelegate/AppDelegateExtension.swift
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 |
---|---|---|
|
@@ -7,5 +7,6 @@ target 'Journal' do | |
|
||
# Pods for Journal | ||
pod 'SwiftLint' | ||
pod 'IQKeyboardManagerSwift' | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
PODS: | ||
- IQKeyboardManagerSwift (4.0.11) | ||
- SwiftLint (0.20.1) | ||
|
||
DEPENDENCIES: | ||
- IQKeyboardManagerSwift | ||
- SwiftLint | ||
|
||
SPEC CHECKSUMS: | ||
IQKeyboardManagerSwift: 10f0a6b8ea2904c8943c0e1a116c99f5b8ad83af | ||
SwiftLint: f60095dc173a3f3ec505bb34f5229c3dfd779a54 | ||
|
||
PODFILE CHECKSUM: d9b051d739aad80c7c73f86a45b4002ca4eeb814 | ||
PODFILE CHECKSUM: 94016fb2921529b15d11d045816af859a75e31bb | ||
|
||
COCOAPODS: 1.2.0 |
73 changes: 73 additions & 0 deletions
73
Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
47 changes: 47 additions & 0 deletions
47
Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
...QKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.