[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / 7 / MMDSceneKit / 0.3.6 / MMDSceneKit.podspec.json
blob15ae4b196babe59cd4f82a375399da9381bb0dc5
2   "name": "MMDSceneKit",
3   "version": "0.3.6",
4   "summary": "SceneKit expansion for MikuMikuDance",
5   "homepage": "https://github.com/magicien/MMDSceneKit",
6   "screenshots": "https://raw.githubusercontent.com/magicien/MMDSceneKit/master/screenshot.png",
7   "license": "MIT",
8   "authors": {
9     "magicien": "magicien.du.ballon@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0",
13     "osx": "10.13",
14     "tvos": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/magicien/MMDSceneKit.git",
18     "tag": "v0.3.6"
19   },
20   "source_files": "Source/**/*.{swift,metal}",
21   "resources": [
22     "Source/**/*.shader",
23     "Source/Common/art.scnassets",
24     "Source/Common/*.plist"
25   ],
26   "resource_bundles": {
27     "MMDSceneKit": [
28       "Source/**/*.shader",
29       "Source/Common/art.scnassets",
30       "Source/Common/*.plist"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "SWIFT_VERSION": "4.0"
35   }