Skip to content

Commit 049fd91

Browse files
authored
Fix typo in podspec (#115)
Signed-off-by: Ádám Gazda <[email protected]>
1 parent 94f6c11 commit 049fd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kronos.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414

1515
s.source_files = 'Sources/*.swift'
1616

17-
s.resource_bundles = {'Kronos' => ['Source/PrivacyInfo.xcprivacy']}
17+
s.resource_bundles = {'Kronos' => ['Sources/PrivacyInfo.xcprivacy']}
1818
end

0 commit comments

Comments
 (0)