iOS记录

Podfile

2020-08-17  本文已影响0人  bianruifeng

platform :ios, '8.0'
use_frameworks!
target 'UniversalApp' do
pod 'MJRefresh'
pod 'AFNetworking', '~> 3.0'
pod 'YYKit'
pod 'MBProgressHUD', '~> 1.0.0'

pod 'Masonry', '~> 1.1.0'

pod 'SnapKit'
pod 'SnapKitExtend' #补充SnapKit 缺乏对Views数组的支持
pod 'NIMSDK', '~> 3.4.1'

pod 'NIMSDK', '~> 3.7.0'

高德地图

pod 'AMap2DMap'
pod 'AMapSearch'
pod 'AMapLocation'
pod 'XRCarouselView'
pod 'Toast'
pod 'MJExtension'
pod 'MGSwipeTableCell' #TableCell侧滑效果
pod 'SVProgressHUD', '~> 2.2.5'

表单

pod 'UFKit'

pod 'SDCycleScrollView'
end

上一篇下一篇

猜你喜欢

热点阅读