blog

CocoaPods最新バージョンの問題

# 次の行のコメントを外して、プロジェクトのグローバルプラットフォームを定義します。 ソース '' p...

Mar 19, 2020 · 1 min. read
Share this
# Uncomment the next line to define a global platform for your project
source 'https://....///.it'
platform :ios, '9.0'
target 'BasicSwiftDemo' do
 # Comment the next line if you don't want to use dynamic frameworks
 use_frameworks!
 # Pods for BasicSwiftDemo
 pod 'RxSwift', '~> 5.0'
 pod 'RxCocoa', '~> 5.0'
 pod 'SVProgressHUD','~> 2.2.5'
 pod 'SnapKit', '~> 4.2.0'
 pod 'DNSPageView','~> 1.2.1'
 pod 'Kingfisher' ,'~> 4.10.1'
 pod 'SwiftMessages','~> 7.0.1'
 pod 'SwiftyJSON','~> 5.0.0'
 pod 'HandyJSON','~> 5.0.1'
 pod 'Alamofire','~> 4.9.1'
 pod 'IQKeyboardManagerSwift','~> 6.5.4'
 pod 'SwifterSwift','~> 5.1.0'
 pod 'Moya','~> '
 #pod "CDAlertView"
 pod 'ReachabilitySwift','~> 5.0.0'
 pod 'LYEmptyView'
 pod 'MJRefresh','~> 3.2.2'
 pod 'SDCycleScrollView','~> 1.80'
 pod 'Toast','~> 4.0.0'
 pod 'MBProgressHUD','~> 1.1.0'
 target 'BasicSwiftDemoTests' do
 inherit! :search_paths
 # Pods for testing
 pod 'RxBlocking', '~> 5.0'
 pod 'RxTest', '~> 5.0'
 end
 target 'BasicSwiftDemoUITests' do
 # Pods for testing
 end
end
Read next

一般的なHTMLタグ

HTMLはリー卿と彼の同僚によって発明されました。実際、リー卿はHTML、URL、HTTPで構成されるワールド・ワイド・ウェブの発明者でした。

Mar 19, 2020 · 2 min read