cocoapods-static-swift-framework
cocoapods-static-swift-framework copied to clipboard
Does it support cocoapods v1.9.3?
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.