Initial commit

This commit is contained in:
lianxiang
2019-03-07 22:12:14 +08:00
parent 489ea15862
commit 42cc76b80e
281 changed files with 42464 additions and 3 deletions
+15
View File
@@ -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