blob: 8f2cb5aea9b47c4fa4fe514f587704c3bd14be3e [file] [log] [blame]
{
"name": "ARUIKit",
"version": "0.1.0",
"summary": "A library for creating UIKit-like views in 3D for ARKit",
"description": "ARUIKit is a library of objects inheriting from SCNNode that attempt to re-create basic UIKit views and functionality in 3D.",
"homepage": "https://github.com/dgandle/ARUIKit.git",
"license": "MIT",
"authors": "Douglas Gandle",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/dgandle/ARUIKit.git",
"tag": "0.1.0"
},
"source_files": [
"ARUIKit",
"ARUIKit/**/*.{h,m}"
],
"exclude_files": "ARUIKit/Exclude",
"swift_version": "4"
}