Skip to content

Commit

Permalink
Changing Podfile to link to https://cdn.cocoapods.org rather than Github
Browse files Browse the repository at this point in the history
  • Loading branch information
JGL committed Jul 20, 2021
1 parent fa1bc14 commit 3106bd1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ application.windows32
application.windows64
application.macosx
out
Podfile.lock
BodyElements.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Podfile.lock
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'

install! 'cocoapods',
:generate_multiple_pod_projects => true,
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Forge (1.0.9)
- Satin (1.3.4)
- Youi (2.0.4):
- Youi (2.0.3):
- Satin

DEPENDENCIES:
Expand All @@ -20,8 +20,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Forge: abca50ae8838a6d745b9a4e204bc2cb800546cef
Satin: c8b8c80e461918ab3ab8a03f1138a54cb0172fda
Youi: d10bf40e4e73a3d9fe484dc7e82d3193b413f9ef
Youi: c8c1cfb0b967210716083cedc7f81367b068361d

PODFILE CHECKSUM: 4c905e9e6aa44f6d4504b61444242d32085f4649
PODFILE CHECKSUM: a8d5daacac84dd91646781c27f26370a8cff9e34

COCOAPODS: 1.10.1

0 comments on commit 3106bd1

Please sign in to comment.