Files
macdown/Podfile
Tzu-ping Chung 47a25c548b Merge branch 'front-matter'
Fix #14

Conflicts:
	Podfile
2014-07-17 16:00:15 +08:00

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