summaryrefslogtreecommitdiff
path: root/Podfile
blob: 50575b144e764a69f641d4a7687761dea3771583 (plain) (blame)
1
2
3
4
5
6
7
8
source 'https://cdn.cocoapods.org'
platform :ios, "11.1"

target "Juick" do
    pod 'DateTools'
    pod 'UIView+Shimmer'
end