浏览代码

no message

南鑫林 5 年之前
父节点
当前提交
b99fb70a1c
共有 1 个文件被更改,包括 5 次插入7 次删除
  1. 5 7
      RainbowPlanet/Podfile

+ 5 - 7
RainbowPlanet/Podfile

@@ -43,6 +43,7 @@ target 'RainbowPlanet' do
   pod 'FSPagerView'
   # 小红点
   pod 'PPBadgeViewSwift'
+  # bug统计
   pod 'Bugly'
   # 动画效果
 #  pod 'pop'
@@ -61,13 +62,14 @@ target 'RainbowPlanet' do
   
   # Label扩展
   pod 'YYText'
-
+  
+  pod 'AFNetworking', '~> 3.0'
+  pod 'JSONModel','~> 1.7.0'
+  pod 'ZipArchive','1.4.0'
   # 左右Label
 #  pod 'FlickerNumber'
-
   # 生成二维码
 #  pod 'EFQRCode'
-
   # 内存泄露
 #  pod 'MLeaksFinder'
 #  pod 'FBMemoryProfiler'
@@ -111,9 +113,5 @@ target 'RainbowPlanet' do
 #  pod 'VODUpload'
 #  # 播放器
 #  pod 'AliPlayerSDK_iOS'
-
-  pod 'AFNetworking', '~> 3.0'
-  pod 'JSONModel','~> 1.7.0'
-  pod 'ZipArchive','1.4.0'
   
 end