craiggrummitt / GEDCOMConverter

With GEDCOMConverter, parsing a GEDCOM file to native Swift objects is too easy!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEDCOMConverter: With GEDCOMConverter, parsing a GEDCOM file to native Swift objects is too easy!

CI Status Version License Platform

Just create a GEDCOM object, passing in the name of your GEDCOM file:

let gedcom = try GEDCOM(fileName:"sample")

The GEDCOM object will automatically generate a head, and individuals, families and sour arrays of data.

Example

To run the example project, clone the repo, and run pod install from the Example directory first. The example project shows the individuals of a sample GEDCOM file in a table.

Requirements

iOS 9.3.

Installation

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

pod 'GEDCOMConverter'

Author

Craig Grummitt craiggrummitt@gmail.com

License

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

About

With GEDCOMConverter, parsing a GEDCOM file to native Swift objects is too easy!

License:MIT License


Languages

Language:Swift 94.0%Language:Ruby 6.0%