Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cocoapods-user-defined-build-types
![Latest Version](https://img.shields.io/badge/Latest_supported_CocoaPods-1.9.1-gray.svg)
![Latest Version](https://img.shields.io/badge/Latest_supported_CocoaPods-1.10.0.rc.1-gray.svg)

Allow CocoaPods to mix dynamic/static libaries/frameworks.

Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-user-defined-build-types/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def enable_user_defined_build_types!

module CocoapodsUserDefinedBuildTypes
PLUGIN_NAME = 'cocoapods-user-defined-build-types'
LATEST_SUPPORTED_COCOAPODS_VERSION = '1.9.1'
LATEST_SUPPORTED_COCOAPODS_VERSION = '1.10.0.rc.1'

@@plugin_enabled = false
@@verbose_logging = false
Expand Down