MBDesign 2.0.0

MBDesign 2.0.0

Maintained by mattia.



MBDesign 2.0.0

  • By
  • Mattia Berretti

MBDesign

![CI Status](https://img.shields.io/travis/Mattia Berretti/MBDesign.svg?style=flat) Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

MBDesign is available through CocoaPods. To install it, simply add the following line to your Podfile:

post_install do |installer|
    installer.pods_project.build_configurations.each do |config|
        config.build_settings.delete('CODE_SIGNING_ALLOWED')
        config.build_settings.delete('CODE_SIGNING_REQUIRED')
    end
end

pod 'MBDesign'

Author

Mattia Berretti, [email protected]

License

MBDesign is available under the MIT license. See the LICENSE file for more info.