Skip to content

Commit e0daa84

Browse files
committed
Fixed path for images in cocoapods.
1 parent 729b636 commit e0daa84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SPPermissions.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SPPermissions"
4-
s.version = "6.2.0"
4+
s.version = "6.2.1"
55
s.summary = "Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission."
66
s.homepage = "https://github.com/ivanvorobei/SPPermissions"
77
s.source = { :git => "https://github.com/ivanvorobei/SPPermissions.git", :tag => s.version }
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
subspec.resource_bundles = {
2727
"SPPermissions" => [
2828
"Sources/SPPermissions/Resources/Localization/*.lproj/*.strings",
29-
"Sources/Resources/Assets.xcassets",
29+
"Sources/SPPermissions/Resources/Assets.xcassets",
3030
]
3131
}
3232
end

0 commit comments

Comments
 (0)