Does it support cocoapods v1.9.3?
brave723 opened this issue · 1 comments
brave723 commented
no work
this is my podfile
plugin 'cocoapods-static-swift-framework'
use_frameworks!
all_binary!
platform :ios, '10.0'
target 'CocoapodsBinaryKit_Example' do
pod 'CocoapodsBinaryKit', :path => '../'
pod 'IQKeyboardManagerSwift', :binary => true
pod 'Alamofire' , :binary => true
end
buptwsg commented
It seems that this plugin does not support binary.