|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
-
-
-
- target 'iOSFirst' do
-
- use_frameworks!
-
-
- pod 'SwiftyBeaver'
- pod 'RxSwift', '6.5.0'
- pod 'RxCocoa', '6.5.0'
- pod 'SDWebImage'
- pod 'Kingfisher', '~> 7.1.2'
-
- pod 'Moya/RxSwift'
- pod 'HandyJSON', '~> 5.0.2'
- pod 'SwiftyJSON'
-
- pod 'DNSPageView', '~> 1.0.1'
-
- pod 'ESTabBarController-swift', '~> 2.6.2'
-
- pod 'FSPagerView'
-
- pod 'JXMarqueeView'
-
- pod 'LTScrollView'
- pod 'MJRefresh'
-
-
-
-
- pod 'SVProgressHUD'
-
- pod 'StreamingKit'
-
- pod 'CryptoSwift', '~> 1.6.0'
-
-
-
-
-
-
-
-
-
-
- end
|