Skip to content

Commit 83ec351

Browse files
committed
fix podspec source path
1 parent 41399f8 commit 83ec351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KakaJSON.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.tvos.deployment_target = "9.0"
1616

1717
s.source = { :git => "https://github.com/kakaopensource/KakaJSON.git", :tag => s.version }
18-
s.source_files = "KakaJSON/**/*.swift"
18+
s.source_files = "Sources/KakaJSON/**/*.swift"
1919
end

0 commit comments

Comments
 (0)