Skip to content

Commit 5251c16

Browse files
committed
Use CocoaPods CDN introduced in 1.7.2
https://blog.cocoapods.org/CocoaPods-1.7.2/ Note that CDN became default since 1.8.0 so it's probably no longer experimental.
1 parent bc383d9 commit 5251c16

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
platform :osx, "10.8"
22

33
source 'https://github.com/MacDownApp/cocoapods-specs.git' # Patched libraries.
4-
source 'https://github.com/CocoaPods/Specs.git'
4+
source 'https://cdn.cocoapods.org/'
55

66
project 'MacDown.xcodeproj'
77

Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,29 @@ DEPENDENCIES:
2323
- Sparkle (~> 1.18)
2424

2525
SPEC REPOS:
26-
https://github.com/cocoapods/specs.git:
26+
https://github.com/MacDownApp/cocoapods-specs.git:
27+
- handlebars-objc
28+
- hoedown
29+
- LibYAML
30+
trunk:
2731
- GBCli
2832
- JJPluralForm
29-
- LibYAML
3033
- M13OrderedDictionary
3134
- MASPreferences
3235
- PAPreferences
3336
- Sparkle
34-
https://github.com/MacDownApp/cocoapods-specs.git:
35-
- handlebars-objc
36-
- hoedown
3737

3838
SPEC CHECKSUMS:
3939
GBCli: e5f988fadb68e1e3c01919f134009fed9796fde0
4040
handlebars-objc: dde09557cfee1dd0f34ab39595bd5eae7e17cb8b
4141
hoedown: 8141833441f6430686c06bbc5159d7ce615155fb
4242
JJPluralForm: 9a6235813990a33a63fb3eff457eb2c633af6acd
43-
LibYAML: 3af2c5adf3a40dff936d087aa6a77edc10036bc5
43+
LibYAML: dee5c31dcab47b168425083c2b0a6baeacdf499e
4444
M13OrderedDictionary: 6e157fe9c82aa6b3cd7198f5c5c30c7a6834c4a6
4545
MASPreferences: c08b8622dd17b47da87669e741efd7c92e970e8c
4646
PAPreferences: 9f0ffb1e67174a0df001af9d3320166ceb9ee6f5
4747
Sparkle: 06ea33170007c5937ee54da481b4481af98fac79
4848

49-
PODFILE CHECKSUM: 1c5b20dfe418eb7c8d4ad108b08133a493681f55
49+
PODFILE CHECKSUM: e9356b9a2ceafda7889ba385de6e9f2d8b06cba0
5050

51-
COCOAPODS: 1.6.1
51+
COCOAPODS: 1.8.4

0 commit comments

Comments
 (0)