finish home
Showing
.gitignore
0 → 100644
This diff is collapsed.
This diff is collapsed.
933 Bytes
10.3 KB
23.4 KB
44.7 KB
1.44 KB
1.57 KB
1.56 KB
1.22 KB
1.31 KB
Podfile
0 → 100644
| # Uncomment the next line to define a global platform for your project | ||
| # platform :ios, '9.0' | ||
| source 'https://github.com/CocoaPods/Specs.git' | ||
| source 'http://git.changein.cn/xzc168520/pwspecs.git' | ||
| target 'Mall-iOS' do | ||
| pod 'MJRefresh' | ||
| pod 'Masonry' | ||
| pod 'ReactiveObjC' | ||
| pod 'MLeaksFinder', :configurations => ['Debug'] | ||
| pod 'Aspects' | ||
| pod 'FBMemoryProfiler' | ||
| pod 'NMRouter' | ||
| pod 'SDCycleScrollView','1.80' | ||
| pod 'QMUIKit' | ||
| end |