美文网首页
记录一下Swift的一些开源库

记录一下Swift的一些开源库

作者: Lukiwen | 来源:发表于2017-02-24 16:07 被阅读0次

    pod 'IQKeyboardManagerSwift', '4.0.6'
    pod 'SCLAlertView', :git => 'https://github.com/vikmeup/SCLAlertView-Swift'
    # Alamofire 网络库
    pod 'Alamofire', '~> 4.0'
    # swift解析json库
    pod 'SwiftyJSON', :git => 'https://github.com/IBM-Swift/SwiftyJSON.git'
    # 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'

    相关文章

      网友评论

          本文标题:记录一下Swift的一些开源库

          本文链接:https://www.haomeiwen.com/subject/haywwttx.html