Nenhuma Descrição

Podfile 516B

    platform :ios, '8.0' use_frameworks! target 'PaiAi' do inhibit_all_warnings! pod "WeiboSDK", :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git" pod 'RxSwift', '~> 4.0.0-rc.0' pod 'RxCocoa', '~> 4.0.0-rc.0' pod 'Alamofire', '~> 4.5.1' pod 'ObjectMapper', '~> 2.2.8' pod 'AlamofireImage', '~> 3.3.0' #pod 'ExtensionKit', :path => "/Users/FFIB/Desktop/Github/ExtensionKit" pod 'MJRefresh', '~> 3.1.12' pod 'ExtensionKit', :git => 'https://gitee.com/FFIB/ExtensionKit.git' pod 'SQLite.swift', '~> 0.11.4' end