RBBomReaderEngine 1.0.7

RBBomReaderEngine 1.0.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2020

Maintained by Ridibooks Viewer Team.



  • By
  • Ridibooks Viewer Team

RBBomReaderEngine

BOM parser engine for iOS platform

Requirements

  • Xcode 6+
  • iOS7+
  • ARC

Installation

This library is distributed by CocoaPods.

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate RBBomReaderEngine into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'

target '<Target name in your project>' do
    pod 'RBBomReaderEngine'
end

Then, run the following command:

$ pod install