Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user