Skip to content

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarashvosough1999 authored Oct 29, 2022
1 parent 7b6263f commit f2363e9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions DarkRoom.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Pod::Spec.new do |s|

s.name = "DarkRoom"
s.version = "1.1.1"
s.summary = "Elegant Media Viewer Written In Swift."

s.description = <<-DESC
Supports Loading Videos And Images Locally And Remotely With Showy Animation And Full Control Over Video Player.
DESC

s.homepage = "https://github.com/divar-ir/DarkRoom"
s.screenshots = "https://raw.githubusercontent.com/divar-ir/DarkRoom/master/Sources/DarkRoom/DarkRoom.docc/Resources/DarkRoomLogo.png"

s.license = { :type => "MIT", :file => "LICENSE" }

s.authors = { "Kiarash Vosough" => "[email protected]" }
s.social_media_url = "https://github.com/kiarashvosough1999"

s.swift_versions = ['5.0']
s.ios.deployment_target = '13.0'

s.source = { :git => "https://github.com/divar-ir/DarkRoom.git", :tag => s.version }
s.source_files = ["Sources/**/*.swift"]

s.frameworks = ["Foundation", "AVFoundation", "UIKit", "Combine"]

end
2 changes: 1 addition & 1 deletion Sources/DarkRoom/Resources/DarkRoomBundleToken.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ internal final class DarkRoomBundleToken {
#if SWIFT_PACKAGE
return Bundle.module
#else
return Bundle(for: BundleToken.self)
return Bundle(for: DarkRoomBundleToken.self)
#endif
}()
}

0 comments on commit f2363e9

Please sign in to comment.