Commit 731dd92d authored by jzhang's avatar jzhang

格式化podfile

parent bec5e987
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'
source "https://github.com/CocoaPods/Specs.git"
platform :ios, "12.0"
use_frameworks!
target 'IFS' do
pod 'SnapKit'
pod 'SwiftyJSON'
pod 'Moya'
pod 'DZNEmptyDataSet'
pod 'Kingfisher', '7.3.0'
pod 'DeviceKit'
pod 'Hero'
pod 'RxSwift'
pod 'RxCocoa'
pod 'HandyJSON', '5.0.4-beta'
pod 'MJRefresh', '~> 3.1.15.1'
pod 'IQKeyboardManager', '~> 5.0.6'
pod 'FDFullscreenPopGesture', '~> 1.1'
pod 'ImagePicker', :git => 'https://github.com/jzhang0480/ImagePicker.git'
pod 'SKPhotoBrowser', '~> 5.0.0'
pod 'YXAlertController'
pod 'PPBadgeViewSwift'
pod 'SVProgressHUD', '~> 2.2.2'
pod 'UMengAnalytics'
pod 'JPush'
pod 'swiftScan', :git => 'https://github.com/MxABC/swiftScan.git'
pod 'MZFormSheetPresentationController', '~> 2.4.2'
pod 'RATreeView'
target "IFS" do
pod "DeviceKit"
pod "DZNEmptyDataSet"
pod "FDFullscreenPopGesture", "~> 1.1"
pod "HandyJSON", "5.0.4-beta"
pod "Hero"
pod "ImagePicker", :git => "https://github.com/jzhang0480/ImagePicker.git"
pod "IQKeyboardManager", "~> 5.0.6"
pod "JPush"
pod "Kingfisher", "7.3.0"
pod "MJRefresh", "~> 3.1.15.1"
pod "Moya"
pod "MZFormSheetPresentationController", "~> 2.4.2"
pod "PPBadgeViewSwift"
pod "RATreeView"
pod "RxCocoa"
pod "RxSwift"
pod "SKPhotoBrowser", "~> 5.0.0"
pod "SnapKit"
pod "SVProgressHUD", "~> 2.2.2"
pod "swiftScan", :git => "https://github.com/MxABC/swiftScan.git"
pod "SwiftyJSON"
pod "UMengAnalytics"
pod "YXAlertController"
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