blob: c6952569761707d990564f2a1a1a2995302a8eb1 [file] [log] [blame]
{
"name": "MMDSceneKit",
"version": "0.3.4",
"summary": "SceneKit expansion for MikuMikuDance",
"homepage": "https://github.com/magicien/MMDSceneKit",
"screenshots": "https://raw.githubusercontent.com/magicien/MMDSceneKit/master/screenshot.png",
"license": "MIT",
"authors": {
"magicien": "magicien.du.ballon@gmail.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/magicien/MMDSceneKit.git",
"tag": "v0.3.4"
},
"source_files": "Source/**/*.{swift,metal}",
"resources": [
"Source/**/*.shader",
"Source/**/*.bmp"
],
"resource_bundles": {
"MMDSceneKit": [
"Source/**/*.shader",
"Source/**/*.bmp"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}