[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 2 / d / b / AssetImportKit / 1.1.0 / AssetImportKit.podspec.json
blob9b34b10463c9b665563b77a20359262586c47384
2   "name": "AssetImportKit",
3   "version": "1.1.0",
4   "summary": "Swifty cross platform library (macOS, iOS) that converts Assimp supported models to SceneKit scenes.",
5   "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.",
6   "homepage": "https://github.com/eugenebokhan/AssetImportKit",
7   "source": {
8     "git": "https://github.com/eugenebokhan/AssetImportKit.git",
9     "tag": "1.1.0"
10   },
11   "authors": {
12     "Eugene Bokhan": "eugenebokhan@protonmail.com"
13   },
14   "social_media_url": "http://twitter.com/eugenebokhan",
15   "license": {
16     "file": "LICENSE"
17   },
18   "platforms": {
19     "ios": "10.3",
20     "osx": "10.12"
21   },
22   "source_files": "Sources/**/*.{swift}",
23   "dependencies": {
24     "Assimp": [
25       "~> 5.0.0"
26     ]
27   },
28   "swift_versions": "5.0",
29   "swift_version": "5.0"