Manifest.XML parser and full one-to-one mapping of the Manifest and Common Metadata specs to Swift objects
Clone a copy of the repository:
git clone git@github.com:warnerbros/cpe-manifest-ios-data.git
Update NextGenDataManager.podspec
to point SWIFT_INCLUDE_PATHS
to your libxml
folder.
Install dependencies:
cd cpe-manifest-ios-data
pod install
Open NextGenDataManagerExampleWorkspace.xcworkspace
, edit ViewController.swift
to point to your sample data XML file, and run.