blob: ce463699b7325e1858bbd7f451d29d5348d8c2c0 [file] [log] [blame]
{
"name": "ARUIKit",
"version": "0.0.1",
"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.0.1"
},
"source_files": [
"ARUIKit",
"ARUIKit/**/*.{h,m}"
],
"exclude_files": "ARUIKit/Exclude",
"swift_version": "4"
}