File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ 4.2
Original file line number Diff line number Diff line change
1
+ Pod ::Spec . new do |s |
2
+ s . name = 'VTuberKit'
3
+ s . version = '0.1.1'
4
+ s . summary = 'Avatar support library like a AvatarKit'
5
+
6
+ s . description = <<-DESC
7
+ Avatar support library like a AvatarKit
8
+
9
+ Show 3D models and track face
10
+ DESC
11
+
12
+ s . homepage = 'https://github.com/tattn/VTuberKit'
13
+ s . license = { :type => 'MIT' , :file => 'LICENSE' }
14
+ s . author = { 'git' => 'tanakasan2525@gmail.com' }
15
+ s . source = { :git => 'https://github.com/tattn/VTuberKit.git' , :tag => s . version . to_s }
16
+ s . social_media_url = 'https://twitter.com/tanakasan2525'
17
+
18
+ s . ios . deployment_target = '11.0'
19
+
20
+ s . source_files = 'Sources/**/*.{swift,h}'
21
+
22
+ s . public_header_files = 'Sources/**/*.h'
23
+ s . frameworks = 'Foundation'
24
+ s . frameworks = 'SceneKit'
25
+
26
+ s . dependency 'VRMKit' , "~> 0.2.3"
27
+ s . dependency 'VRMSceneKit' , "~> 0.2.3"
28
+ end
You can’t perform that action at this time.
0 commit comments