blob: 3a24bb72d3a5a993c4276ef2854e104c08996179 [file] [log] [blame]
{
"name": "GEDCOMConverter",
"version": "0.1.6",
"summary": "With GEDCOMConverter, parsing a GEDCOM file to native Swift objects is too easy!",
"description": "With GEDCOMConverter, parsing a GEDCOM file to native Swift objects is too easy!\n\nJust create a `GEDCOM` object, passing in the name of your GEDCOM file:\n```\nlet gedcom = try GEDCOM(fileName:\"sample\")\n```\n\nThe `GEDCOM` object will automatically generate a `head`, and `individuals`, `families` and `sour` arrays of data.",
"homepage": "https://github.com/craiggrummitt/GEDCOMConverter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Craig Grummitt": "craiggrummitt@gmail.com"
},
"source": {
"git": "https://github.com/craiggrummitt/GEDCOMConverter.git",
"tag": "0.1.6"
},
"social_media_url": "https://twitter.com/craiggrummitt",
"platforms": {
"ios": "9.3"
},
"source_files": "GEDCOMConverter/Classes/**/*",
"pushed_with_swift_version": "4.0"
}