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

bump GodToolsShared version #2264

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use_frameworks!
def shared_pods

# CruGlobal pods
pod 'GodToolsShared', '1.0.1'
pod 'GodToolsShared', '1.0.2-SNAPSHOT'
end

target 'godtools' do
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- GodToolsShared (1.0.1)
- GodToolsShared (1.0.2-SNAPSHOT)

DEPENDENCIES:
- GodToolsShared (= 1.0.1)
- GodToolsShared (= 1.0.2-SNAPSHOT)

SPEC REPOS:
https://github.com/CruGlobal/cocoapods-specs.git:
- GodToolsShared

SPEC CHECKSUMS:
GodToolsShared: 88f4b3a0ad35c81fd9ed818286a1ce402d1b0468
GodToolsShared: 7d61e3f9d3bcfd5154691229cbea4246e3b8b1e9

PODFILE CHECKSUM: ec953de20c20647dabc4d87ffeef0341767af679
PODFILE CHECKSUM: 82ec7be5d2ae1e600f649bc8aee5e53dcedf45ec

COCOAPODS: 1.15.2
Loading