Skip to content

Commit 80ea81c

Browse files
fix podspec source_files
1 parent d9f59dc commit 80ea81c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Catbird.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/RedMadRobot/catbird'
66
s.license = { type: 'MIT', file: 'LICENSE' }
77
s.author = { 'Alexander Ignition' => 'ai@redmadrobot.com' }
8-
s.source_files = 'Sources/CatbirdAPI/*.swift'
8+
s.source_files = 'Packages/CatbirdAPI/Sources/CatbirdAPI/*.swift'
99
s.source = { http: "#{s.homepage}/releases/download/#{s.version}/catbird.zip" }
1010
s.preserve_paths = '*'
1111
s.swift_version = '5'

0 commit comments

Comments
 (0)