lib/cocoapods-framework/config.rb in cocoapods-xcframework-0.1.0 vs lib/cocoapods-framework/config.rb in cocoapods-xcframework-0.1.1
- old
+ new
@@ -1,6 +1,8 @@
module Pod
class Config
attr_accessor :xcframework_enable
alias_method :xcframework_enable?, :xcframework_enable
+ attr_accessor :static_library_enable
+ alias_method :static_library_enable?, :static_library_enable
end
end
\ No newline at end of file