Skip to content

Commit

Permalink
Added new Cocoapod for timer installed and created new Xcode Workspac…
Browse files Browse the repository at this point in the history
…e which is where I'll code from here on out
  • Loading branch information
cupofjoey committed Dec 3, 2017
1 parent 91e8c66 commit 6a5da48
Show file tree
Hide file tree
Showing 33 changed files with 1,718 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'whack_that_jellyfish' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for whack_that_jellyfish

pod 'Each', '~> 1.2'

end
12 changes: 12 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
PODS:
- Each (1.2.0)

DEPENDENCIES:
- Each (~> 1.2)

SPEC CHECKSUMS:
Each: 53d089bc231f4a7221ed201bf23ac343c5c4d560

PODFILE CHECKSUM: fa304952385be08517d5e580692849296714a628

COCOAPODS: 1.3.1
21 changes: 21 additions & 0 deletions Pods/Each/LICENSE

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

160 changes: 160 additions & 0 deletions Pods/Each/README.md

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

Loading

0 comments on commit 6a5da48

Please # to comment.