Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter Encoding Tests #2

Merged
merged 11 commits into from
Nov 16, 2018
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions SCNetworkAPI/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ large_tuple:
warning: 3
error: 4

identifier_name:
excluded:
- id

opt_in_rules:
- closure_end_indentation
- closure_spacing
Expand Down
1 change: 1 addition & 0 deletions SCNetworkAPI/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ target 'SCNetworkAPIMobile' do
target 'SCNetworkAPIMobileTests' do
inherit! :search_paths
# Pods for testing
pod 'Mockingjay'
end

end
Expand Down
15 changes: 14 additions & 1 deletion SCNetworkAPI/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
PODS:
- Mockingjay (2.0.1):
- Mockingjay/Core (= 2.0.1)
- Mockingjay/XCTest (= 2.0.1)
- Mockingjay/Core (2.0.1):
- URITemplate (~> 2.0)
- Mockingjay/XCTest (2.0.1):
- Mockingjay/Core
- SwiftLint (0.27.0)
- URITemplate (2.0.3)

DEPENDENCIES:
- Mockingjay
- SwiftLint

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Mockingjay
- SwiftLint
- URITemplate

SPEC CHECKSUMS:
Mockingjay: 11a621880d2887f1775bdcf824341eb68f218450
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
URITemplate: ace0c4c46dcf8afe6e89b4060621852886b15c3b

PODFILE CHECKSUM: 14e9088553906abf7cbce21103eabce7b7c484fd
PODFILE CHECKSUM: cc186c01e2769e11750042d767aeb6f6086b5d1e

COCOAPODS: 1.5.3
15 changes: 14 additions & 1 deletion SCNetworkAPI/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions SCNetworkAPI/Pods/Mockingjay/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 120 additions & 0 deletions SCNetworkAPI/Pods/Mockingjay/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions SCNetworkAPI/Pods/Mockingjay/Sources/Mockingjay/Builders.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 80 additions & 0 deletions SCNetworkAPI/Pods/Mockingjay/Sources/Mockingjay/Matchers.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions SCNetworkAPI/Pods/Mockingjay/Sources/Mockingjay/Mockingjay.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading