Blame view
LifeLog/Podfile
172 Bytes
77358f2e0
|
1 2 3 4 5 6 |
platform :ios, '9.0' use_frameworks! target 'LifeLog' do pod 'CircleProgressBar' pod 'MBProgressHUD', '~> 1.0.0' |
7408f0a99
|
7 |
pod 'Charts' |
7a035955e
|
8 |
pod 'LineKit' |
7aa202758
|
9 |
pod 'SDWebImage' |
77358f2e0
|
10 |
end |