Skip to content

Commit

Permalink
Big Bang
Browse files Browse the repository at this point in the history
  • Loading branch information
modzelewski committed Jul 25, 2016
0 parents commit baf7192
Show file tree
Hide file tree
Showing 228 changed files with 16,961 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 Adam Modzelewski

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use_frameworks!

target 'TRXTests' do
pod 'Quick', ' ~> 0.9.2'
pod 'Nimble', ' ~> 4.1.0'
pod 'Nimble-Snapshots', ' ~> 2.1.2'
end
27 changes: 27 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
PODS:
- FBSnapshotTestCase (2.1.2):
- FBSnapshotTestCase/SwiftSupport (= 2.1.2)
- FBSnapshotTestCase/Core (2.1.2)
- FBSnapshotTestCase/SwiftSupport (2.1.2):
- FBSnapshotTestCase/Core
- Nimble (4.1.0)
- Nimble-Snapshots (4.1.0):
- FBSnapshotTestCase (~> 2.0)
- Nimble
- Quick
- Quick (0.9.2)

DEPENDENCIES:
- Nimble
- Nimble-Snapshots
- Quick

SPEC CHECKSUMS:
FBSnapshotTestCase: 918c55861356ee83aee7843d759f55a18ff6982b
Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19
Nimble-Snapshots: 2da4d2ec829b458d6886c06812c52493fce284c9
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226

PODFILE CHECKSUM: 79e871244eb8aec83f22882dd973cdc3b681448a

COCOAPODS: 1.0.1

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

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

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

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

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

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

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

Loading

0 comments on commit baf7192

Please sign in to comment.