Skip to content

Commit

Permalink
Fixed path for images in cocoapods.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Jun 4, 2021
1 parent 729b636 commit e0daa84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions SPPermissions.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

0 comments on commit e0daa84

Please sign in to comment.