使用的一些支持swift3.0的開源庫

#解決鍵盤彈起遮擋工具
pod 'IQKeyboardManagerSwift', '~>4.0.6'
#多種類型彈出框
pod 'SCLAlertView', :git => 'https://github.com/vikmeup/SCLAlertView-Swift' 
# Alamofire 網絡庫 (4.1.0最低支持iOS8.0,4.0最低支持iOS9.0)
pod 'Alamofire', '~> 4.0' 
# swift解析json庫
pod 'SwiftyJSON', :git => 'https://github.com/IBM-Swift/SwiftyJSON.git' 
#AutoLayout 庫
pod "SnapKit"
#網絡圖片庫
pod "Kingfisher"
# swift編寫的各類加密算法,如:MD5,SHA1 
pod 'CryptoSwift', :git => 'https://github.com/krzyzanowskim/CryptoSwift.git', :branch => 'swift3' 
# 網絡加載圖片預處理工具 
pod 'AlamofireImage', '~> 3.0' 
# swift RSA加密
pod 'SwiftyRSA', :git => 'https://github.com/TakeScoop/SwiftyRSA.git', :branch => 'swift-3.0' # 二維碼掃描解碼及生成二維碼 
pod 'SwiftQRCode', :git => 'https://github.com/zhiquan911/SwiftQRCode.git', :branch => 'master' 
# 蘋果底層保存密碼keychain工具,https://github.com/marketplacer/keychain-swift
pod 'KeychainSwift', '~> 6.0' 
# websocket庫
pod 'Starscream', :git => 'https://github.com/daltoniam/Starscream.git', :branch => 'swift3' 
# 日誌輸出管理 
pod 'Log', '~> 1.0' 
# Swfit項目語言本地化支持框架: https://github.com/marmelroy/Localize-Swift
pod 'Localize-Swift', '~> 1.5' 
#字體圖片庫
pod 'FontAwesomeKit.Swift'
#簡單快速靈活的集成相似網易新聞, 頭條等帶滑塊的滾動視圖,實現視圖聯動, 滑塊,https://github.com/jasnig/ScrollPageView
pod 'ScrollPageView', '~> 0.1.4'
#底部導航欄  https://github.com/Ramotion/animated-tab-bar
pod 'RAMAnimatedTabBarController', "~> 2.0.13"
相關文章
相關標籤/搜索