blob: 1d32dce356adb7a86129e95d4d83d8a97ae9a5bc [file] [log] [blame]
{
"name": "AssetImportKit",
"version": "1.0.0",
"summary": "Swifty cross platform library (macOS, iOS) that converts Assimp supported models to SceneKit scenes.",
"description": "AssetImportKit allows you to import Assimp supported file formats directly in SceneKit at runtime. The library supports: geometry, materials (with color, embedded textures and external textures), cameras, skeletal animations, serialization to .scn format.",
"homepage": "https://github.com/eugenebokhan/AssetImportKit",
"screenshots": [
"https://github.com/eugenebokhan/AssetImportKit/raw/master/Media/AssetImportKit_Demonstration.png",
"https://github.com/eugenebokhan/AssetImportKit/raw/master/SceneKitAssetImport/Media/SceneKitAssetImport_HowToUse.png"
],
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE"
},
"authors": {
"Eugene Bokhan": "eugenebokhan@protonmail.com"
},
"social_media_url": "http://twitter.com/eugenebokhan",
"platforms": {
"ios": "11.3"
},
"source": {
"http": "https://github.com/eugenebokhan/AssetImportKit/raw/master/Prebuilt/UniversalBinary.zip"
},
"vendored_frameworks": "AssetImportKit.framework"
}