Skip to content

Commit 1b8e0bc

Browse files
committed
CocoaPods support
1 parent 7f98621 commit 1b8e0bc

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.2

VTuberKit.podspec

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)