leavez/cocoapods-static-swift-framework

Does it support cocoapods v1.9.3?

Closed this issue · 1 comments

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

It seems that this plugin does not support binary.