Skip to content

Commit

Permalink
revert podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cooler333 committed Nov 12, 2018
1 parent 77a136e commit 83749b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project 'ResourceApp/ResourceApp'
abstract_target 'Shared' do
inhibit_all_warnings!

pod 'R.swift.Library', :git => 'https://github.com/mac-cain13/R.swift.Library.git', :tag => 'v4.0.0' # for CI builds
pod 'R.swift.Library', :git => 'https://github.com/mac-cain13/R.swift.Library.git' # for CI builds
# pod 'R.swift.Library', :path => '../R.swift.Library' # for development

target 'ResourceApp' do
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- R.swift.Library (5.0.0.alpha.1)
- R.swift.Library (5.0.0.alpha.2)
- SWRevealViewController (2.3.0)

DEPENDENCIES:
- "R.swift.Library (from `git@github.com:mac-cain13/R.swift.Library.git`)"
- R.swift.Library (from `https://github.com/mac-cain13/R.swift.Library.git`)
- SWRevealViewController

SPEC REPOS:
Expand All @@ -12,17 +12,17 @@ SPEC REPOS:

EXTERNAL SOURCES:
R.swift.Library:
:git: "git@github.com:mac-cain13/R.swift.Library.git"
:git: https://github.com/mac-cain13/R.swift.Library.git

CHECKOUT OPTIONS:
R.swift.Library:
:commit: b6d4ccb5042f933b9b7acb2fb1d424f93512033e
:git: "git@github.com:mac-cain13/R.swift.Library.git"
:commit: cb11aec9943393c9903b3623068207b26c9e246b
:git: https://github.com/mac-cain13/R.swift.Library.git

SPEC CHECKSUMS:
R.swift.Library: 50421682fe36726a830ad2b727c5362b8959cc1e
R.swift.Library: 3c21b823839bf5a6769dc7f96cb44479dab51b1b
SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a

PODFILE CHECKSUM: 60ef58c3328649cce6ac12481f40d26d722e5079
PODFILE CHECKSUM: dcf609a63a9cb222b7167b110c27de036120bae0

COCOAPODS: 1.5.3

0 comments on commit 83749b0

Please sign in to comment.