blob: eb95527c4bee2c8121621a0a8f78a25adcccf3fd [file] [log] [blame]
{
"name": "ARWorldMapPersistence",
"version": "1.2.0",
"summary": "A protocol and extension to support ARWorldMap persistence.",
"description": "A protocol and extension to support ARWorldMap persistence with ease.\nA WorldMap is serialized to Data and deserialized from Data with an image representing the last position of the user.",
"homepage": "https://github.com/ifullgaz/ARWorldMapPersistence",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Emmanuel Merali": "emmanuel@merali.me"
},
"source": {
"git": "https://github.com/ifullgaz/ARWorldMapPersistence.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "ARWorldMapPersistence/Classes/**/*",
"swift_version": "5.1"
}