Skip to content

Commit 58b7c44

Browse files
authored
Merge pull request #267 from tid-kijyun/fix/cocoapods
Fixed podspec
2 parents 6aed5c7 + 5ad0d50 commit 58b7c44

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.swift-version

-1
This file was deleted.

Kanna.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.watchos.deployment_target = "2.0"
1616
s.requires_arc = true
1717
s.source_files = ['Sources/**/*.swift', 'Sources/**/*.h']
18-
s.resource_bundles = {'kanna_privacy' => ['Kanna/PrivacyInfo.xcprivacy']}
18+
s.resource_bundles = {'kanna_privacy' => ['Sources/Kanna/PrivacyInfo.xcprivacy']}
1919
s.xcconfig = {
2020
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2',
2121
'OTHER_LDFLAGS' => '-lxml2'

0 commit comments

Comments
 (0)