summaryrefslogtreecommitdiff
path: root/Podfile
blob: 0bc7b0caffb32881e2d794b83430d600d5ff9f36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Uncomment this line to define a global platform for your project
platform :ios, "9.0"

target "Juick" do
    pod 'MWFeedParser'
    pod 'TTTAttributedLabel'
    pod 'SWRevealViewController'
    pod 'PDKeychainBindingsController'
    pod 'RestKit', '~> 0.26.0'
    pod 'DFImageManager'
    pod 'FontAwesome+iOS'
    pod 'NSDate+TimeAgo'
    pod 'SIAlertView'
    pod 'XLForm'
end

target "JuickTests" do
    
end