Commit 731dd92d authored by jzhang's avatar jzhang

格式化podfile

parent bec5e987
source 'https://github.com/CocoaPods/Specs.git' source "https://github.com/CocoaPods/Specs.git"
platform :ios, '12.0' platform :ios, "12.0"
use_frameworks! use_frameworks!
target 'IFS' do target "IFS" do
pod 'SnapKit' pod "DeviceKit"
pod 'SwiftyJSON' pod "DZNEmptyDataSet"
pod 'Moya' pod "FDFullscreenPopGesture", "~> 1.1"
pod 'DZNEmptyDataSet' pod "HandyJSON", "5.0.4-beta"
pod 'Kingfisher', '7.3.0' pod "Hero"
pod 'DeviceKit' pod "ImagePicker", :git => "https://github.com/jzhang0480/ImagePicker.git"
pod 'Hero' pod "IQKeyboardManager", "~> 5.0.6"
pod 'RxSwift' pod "JPush"
pod 'RxCocoa' pod "Kingfisher", "7.3.0"
pod 'HandyJSON', '5.0.4-beta' pod "MJRefresh", "~> 3.1.15.1"
pod 'MJRefresh', '~> 3.1.15.1' pod "Moya"
pod 'IQKeyboardManager', '~> 5.0.6' pod "MZFormSheetPresentationController", "~> 2.4.2"
pod 'FDFullscreenPopGesture', '~> 1.1' pod "PPBadgeViewSwift"
pod 'ImagePicker', :git => 'https://github.com/jzhang0480/ImagePicker.git' pod "RATreeView"
pod 'SKPhotoBrowser', '~> 5.0.0' pod "RxCocoa"
pod 'YXAlertController' pod "RxSwift"
pod 'PPBadgeViewSwift' pod "SKPhotoBrowser", "~> 5.0.0"
pod 'SVProgressHUD', '~> 2.2.2' pod "SnapKit"
pod 'UMengAnalytics' pod "SVProgressHUD", "~> 2.2.2"
pod 'JPush' pod "swiftScan", :git => "https://github.com/MxABC/swiftScan.git"
pod 'swiftScan', :git => 'https://github.com/MxABC/swiftScan.git' pod "SwiftyJSON"
pod 'MZFormSheetPresentationController', '~> 2.4.2' pod "UMengAnalytics"
pod 'RATreeView' pod "YXAlertController"
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment