Skip to content

Commit 7ee754e

Browse files
committed
chore(Podspec): update meta-information
1 parent 743d6f5 commit 7ee754e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SoundWave.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SoundWave'
11-
s.version = '0.1.4'
12-
s.swift_version = '4.2'
11+
s.version = '0.1.5'
12+
s.swift_version = '5'
1313
s.summary = 'Illustrate your SoundWave on the fly 🚀'
1414
s.homepage = 'https://github.com/bastienFalcou/SoundWave'
1515
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
DESC
2626

2727
s.ios.deployment_target = '10.0'
28-
s.source_files = 'SoundWave/Classes/**/*.swift'
28+
s.source_files = 'SoundWave/*.swift', 'SoundWave/Classes/**/*.swift'
2929

3030
# s.resource_bundles = {
3131
# 'SoundWave' => ['SoundWave/Assets/*.png']

0 commit comments

Comments
 (0)