blob: 42443244b50f34dda921688e699155c7a131ee98 [file] [log] [blame]
{
"name": "ARWorldMapPersistence",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "ARWorldMapPersistence/Classes/**/*",
"swift_version": "5.1"
}