mirror of
https://github.com/zhigang1992/macdown.git
synced 2026-01-12 22:48:37 +08:00
19 lines
508 B
Ruby
19 lines
508 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, "6.0"
|
|
|
|
target "MacDown" do
|
|
pod 'handlebars-objc'
|
|
pod 'hoedown', :inhibit_warnings => true
|
|
pod 'JJPluralForm' # Plural form localization.
|
|
pod 'LibYAML', :inhibit_warnings => true
|
|
pod 'M13OrderedDictionary'
|
|
pod 'MASPreferences' # Preference window.
|
|
pod 'PAPreferences' # Preference singleton.
|
|
pod 'Sparkle-pornel' # Sparkle fork.
|
|
end
|
|
|
|
target "MacDownTests" do
|
|
pod 'PAPreferences'
|
|
end
|
|
|