cocoapods-static-swift-framework icon indicating copy to clipboard operation
cocoapods-static-swift-framework copied to clipboard

Does it support cocoapods v1.9.3?

Open brave723 opened this issue 5 years ago • 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

brave723 avatar Oct 09 '20 09:10 brave723

It seems that this plugin does not support binary.

buptwsg avatar Jan 02 '21 13:01 buptwsg