xuzhongping / cocoapods-catalyst-validator

A cocoapods plugin for detecting whether the binary files in the integrated Pod support catalyst.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cocoapods-catalyst-validator

A cocoapods plugin for detecting whether the binary files in the integrated Pod support catalyst.

Installation

$ gem install cocoapods-catalyst-validator

Usage

plugin 'cocoapods-catalyst-validator'


target AExample do
    use_catalyst_verify! [:warning/:error]

    pod 'SomePod'
end

About

A cocoapods plugin for detecting whether the binary files in the integrated Pod support catalyst.

License:MIT License


Languages

Language:Ruby 100.0%