Common libraries for iOS CocoaPods Podfile files

platform :ios, '8.0'
target "Project Name" do
#pod 'AFNetworking'
#pod 'BaiduMapKit'
#pod 'FMDB'
#pod 'JCore'
#pod 'JMessage'
#pod 'MBProgressHUD'
#pod 'MJRefresh'
#pod 'YHPhotoKit'
#pod 'YHPopupView'
# network
pod 'AFNetworking', '~> 3.1.0'
# Image loading
#pod 'SDWebImage', '~> 3.8'
# Database
pod 'LKDBHelper'
# App gesture to swipe right to return to
pod ' FDFullscreenPopGesture', '~> 1.1' #Horizontal
sliding control
pod 'MRGalleryView', '~> 1.0.2'
#Pull-up and pull-down refresh
pod 'MJRefresh'
#toast#
pod 'Toast', '~> 2.2' #circle
circle#
pod 'MBProgressHUD', '~> 0.9.2'
pod 'MBProgressHUD+JDragon' #Automatic
layout library
pod 'Masonry'
#ios radio button
#pod 'RadioButton' #Click the
drop-down menu
#pod 'MKDropdownMenu'
#tabelViewCell custom left and right sliding buttons
#pod 'SWTableViewCell', '~> 0.3.7'
#JSON data and Model model Conversion between
pod 'MJExtension', '~> 3.0.3' #NetEase
Cloud IM SDK
#pod 'NIMSDK'
pod 'NIMKit'
#view controller based on WKWebView(WebKit) package
pod 'AXWebViewController', '~> 0.6.0'
#picture+text carousel
pod 'SDCycleScrollView','~> 1.75'
#ShareSDK share
# Main module (required)
pod 'mob_sharesdk'
# UI module (not required, you need to use the share menu bar provided by ShareSDK and share edit page need following 1 line)
pod 'mob_sharesdk/ShareSDKUI'
# Extension module (required when calling the sharing method that can pop up our UI)
pod 'mob_sharesdk/ShareSDKExtension'
# Platform SDK module (compare the platform, add what you need. If you only need QQ, WeChat, Sina Weibo, you only need the following 3 lines)
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
pod 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo'
#(WeChat sdk without payment command)
#pod 'mob_sharesdk/ShareSDKPlatforms/WeChat' 
#(WeChat sdk with payment command cannot coexist with the above without payment, only one can be selected)
pod 'mob_sharesdk/ShareSDKPlatforms/WeChatFull' #Alipay 
payment sdk
pod 'AliPay_SDK_Skuo' #Receive
keyboard third-party
pod 'IQKeyboardManager' #iOS8 and later
end

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325563114&siteId=291194637