Files
macdown/Podfile

19 lines
576 B
Ruby

# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
target "MacDown" do
pod 'handlebars-objc', '~> 1.3'
pod 'hoedown', '~> 2.0', :inhibit_warnings => true
pod 'JJPluralForm', '~> 2.1' # Plural form localization.
pod 'LibYAML', '~> 0.1.4', :inhibit_warnings => true
pod 'M13OrderedDictionary', '1.0.3'
pod 'MASPreferences', '~> 1.1' # Preference window.
pod 'PAPreferences', '~> 0.2' # Preference singleton.
pod 'Sparkle', '~> 1.7.1' # Updater.
end
target "MacDownTests" do
pod 'PAPreferences'
end