blob: a68731a91a185ac9755a4b0c676606768c63fdc6 [file] [log] [blame]
{
"name": "ARObject",
"version": "0.8.2",
"summary": "A library to help develop AR apps.",
"description": "A library to help develop AR apps easily.",
"homepage": "https://github.com/ifullgaz/ARObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Emmanuel Merali": "emmanuel@merali.me"
},
"source": {
"git": "https://github.com/ifullgaz/ARObject.git",
"tag": "0.8.2"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "ARObject/Classes/**/*",
"resources": "ARObject/Assets/**/*",
"dependencies": {
"ARFocusSquare": [
"~> 3"
]
},
"swift_version": "5.1"
}