GiGaMall/Podfile

16 lines
323 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform:ios,'9.0'
use_frameworks!
target 'GiGaMall' do
pod 'MBProgressHUD', '~> 0.9.2'
pod 'Masonry', '~> 1.0.0'
pod 'SDWebImage', '~> 4.0'
pod 'MJRefresh'
pod 'AFNetworking', '~> 3.0'
pod 'Toast', '~> 4.0.0'
pod 'JSONModel'
pod 'FMDB'
end