lib/cocoapods-framework/command/framework.rb in cocoapods-xcframework-0.2.0 vs lib/cocoapods-framework/command/framework.rb in cocoapods-xcframework-0.2.1

- old
+ new

@@ -31,10 +31,10 @@ ['--configuration', 'Build the specified configuration (e.g. Debug). Defaults to Release'], ['--spec-sources=private,https://github.com/CocoaPods/Specs.git', 'The sources to pull dependent pods from (defaults to https://github.com/CocoaPods/Specs.git)'], ['--subspecs', 'Only include the given subspecs'], ['--use-modular-headers', 'pakcage uses modular headers during packaging'], ['--no-static-library', 'package not use static library'], - ['--enalbe-bitcode', 'package enable bitcode'] + ['--enable-bitcode', 'package enable bitcode'] ].concat super end def initialize(argv) @name = argv.shift_argument