Skip to content

Commit

Permalink
Freeze Sparkle under 1.8 for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jun 28, 2015
1 parent 3cee9ae commit c0c32b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -12,7 +12,7 @@ target "MacDown" do
pod 'M13OrderedDictionary', '~> 1.0'
pod 'MASPreferences', '~> 1.1' # Preference window.
pod 'PAPreferences', '~> 0.4' # Preference singleton.
pod 'Sparkle', '~> 1' # Updater.
pod 'Sparkle', '< 1.8' # Updater. (Freeze under 1.8 until we can upgrade Cocoapods)
end

target "MacDownTests" do
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Expand Up @@ -9,7 +9,7 @@ PODS:
- M13OrderedDictionary (1.0.6)
- MASPreferences (1.1.2)
- PAPreferences (0.4)
- Sparkle (1.10.0)
- Sparkle (1.7.1)

DEPENDENCIES:
- GBCli (~> 1.1)
Expand All @@ -20,7 +20,7 @@ DEPENDENCIES:
- M13OrderedDictionary (~> 1.0)
- MASPreferences (~> 1.1)
- PAPreferences (~> 0.4)
- Sparkle (~> 1)
- Sparkle (< 1.8)

SPEC CHECKSUMS:
GBCli: e5f988fadb68e1e3c01919f134009fed9796fde0
Expand All @@ -31,6 +31,6 @@ SPEC CHECKSUMS:
M13OrderedDictionary: ca1bb2d743fd64500ffabee811d4bf2d0a65c908
MASPreferences: 32d8a2c5ef1d60b63240f5676b011ff72e194cb1
PAPreferences: ba3f8d236c4c398b82bb0110cddd8546cd619770
Sparkle: c859bf5283b9f12aa45bceccf8e25ebb4c008eb2
Sparkle: f107eed24a7d41bcd510be49ebb640d176f06bb9

COCOAPODS: 0.34.4

0 comments on commit c0c32b1

Please sign in to comment.