Skip to content

Commit

Permalink
添加隐私清单
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Apr 17, 2024
1 parent f5ebd36 commit 98a677d
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 197 deletions.
12 changes: 6 additions & 6 deletions Apis.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Apis"
s.version = "1.2.1"
s.version = "1.2.2"
s.summary = "基于URLNavigator抽象的URL路由组件 灵感来自Moya 配置化 插件化."

s.homepage = "https://github.com/lixiang1994/Apis"
Expand All @@ -22,9 +22,9 @@ s.frameworks = "UIKit", "Foundation"

s.swift_version = "5.0"

s.subspec 'Privacy' do |ss|
ss.resource_bundles = {
"Privacy" => 'Sources/PrivacyInfo.xcprivacy'
}
end
s.subspec 'Privacy' do |ss|
ss.resource_bundles = {
s.name => 'Sources/PrivacyInfo.xcprivacy'
}
end
end
8 changes: 4 additions & 4 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Apis (1.2.0):
- Apis/Privacy (= 1.2.0)
- Apis/Privacy (1.2.0)
- Apis (1.2.2):
- Apis/Privacy (= 1.2.2)
- Apis/Privacy (1.2.2)
- SnapKit (5.0.1)

DEPENDENCIES:
Expand All @@ -17,7 +17,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Apis: ef82a680be52dbdef35fe45b3f0855d35e8ebd3c
Apis: e618055c841dbabc0b444f6bb9575831139758bc
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb

PODFILE CHECKSUM: 199c77b4710d6bba7448d0daa0a0ecd06f10ef6c
Expand Down
6 changes: 3 additions & 3 deletions Demo/Pods/Local Podspecs/Apis.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Demo/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

358 changes: 179 additions & 179 deletions Demo/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Demo/Pods/Target Support Files/Apis/Apis-Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98a677d

Please sign in to comment.