forked from MacDownApp/macdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
23 lines (19 loc) · 659 Bytes
/
Podfile
File metadata and controls
23 lines (19 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
source 'https://github.com/CocoaPods/Specs.git'
target "MacDown" do
pod 'handlebars-objc', '~> 1.3'
pod 'hoedown', '~> 3.0'
pod 'JJPluralForm', '~> 2.1' # Plural form localization.
pod 'LibYAML', '~> 0.1', :inhibit_warnings => true
pod 'M13OrderedDictionary', '~> 1.0'
pod 'MASPreferences', '~> 1.1' # Preference window.
pod 'PAPreferences', '~> 0.4' # Preference singleton.
pod 'Sparkle', '< 1.8' # Updater.
end
target "MacDownTests" do
pod 'PAPreferences', '~> 0.4'
end
target "macdown-cmd" do
pod 'GBCli', '~> 1.0'
end