|
@@ -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
|