Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tattn committed Feb 10, 2019
1 parent 6185228 commit 5219f28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions VRMKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VRMKit'
s.version = '0.0.3'
s.version = '0.1.0'
s.summary = 'VRM loader and VRM renderer'

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ VRMKit can read VRM metadata and show the 3D models.

s.ios.deployment_target = '10.0'

s.source_files = 'Sources/VRMKit/**/*'
s.source_files = 'Sources/VRMKit/**/*.{swift,h}'

s.public_header_files = 'Sources/VRMKit/**/*.h'
s.frameworks = 'Foundation'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
<dict/>
</plist>
4 changes: 2 additions & 2 deletions VRMSceneKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VRMSceneKit'
s.version = '0.0.3'
s.version = '0.1.0'
s.summary = 'VRM loader and VRM renderer'

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ VRMKit can read VRM metadata and show the 3D models.

s.ios.deployment_target = '10.0'

s.source_files = 'Sources/VRMSceneKit/**/*'
s.source_files = 'Sources/VRMSceneKit/**/*.{swift,h}'

s.public_header_files = 'Sources/VRMSceneKit/**/*.h'
s.frameworks = 'Foundation'
Expand Down

0 comments on commit 5219f28

Please sign in to comment.