diff --git a/DarkRoom.podspec b/DarkRoom.podspec index 1cee677..72321b3 100644 --- a/DarkRoom.podspec +++ b/DarkRoom.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "DarkRoom" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "Elegant Media Viewer Written In Swift." s.description = <<-DESC diff --git a/README.md b/README.md index d04a88b..5e07d7a 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,9 @@ Elegant Media Viewer Written In Swift. - [x] Play Video With Custom Control Configuration. - [x] Support Custom Configuration For Almost Each Component. - [x] Support HLS And Local Videos. -- [x] Documented By DocC **[Link To Documents](https://divar-ir.github.io/DarkRoom/documentation/darkroom)**. +- [x] Documented By DocC **[Link To Documentation](https://divar-ir.github.io/DarkRoom/documentation/darkroom)**. +- [x] Support `CocoaPods` and `SPM`. - [ ] Support `AVAssetResourceLoaderDelegate`. -- [ ] Support `CocoaPods`(soon) -- [ ] Support `Carthage` ## Requirements @@ -36,6 +35,7 @@ Elegant Media Viewer Written In Swift. | Platform | Minimum Swift Version | Minimum Swift Tools Version | Installation | Status | | --- | --- | --- | --- | --- | | iOS 13.0+ | 5.0 | 5.5 | [SPM](#SwiftPackageManager) | Tested | +| iOS 13.0+ | 5.0 | 5.5 | [CocoaPods](#CocoaPods) | Tested | ## Installation @@ -51,6 +51,14 @@ dependencies: [ ] ``` +### CocoaPods + +[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate DarkRoom into your Xcode project using CocoaPods, specify it in your `Podfile`: + +```ruby +pod 'DarkRoom' +``` + ## Sample We have provided one sample project in the repository. To use it clone the repo, Source files for these are in the `iOS-Example` directory in project navigator. Have fun! diff --git a/Sources/DarkRoom/DarkRoom.docc/SubArticles/Features.md b/Sources/DarkRoom/DarkRoom.docc/SubArticles/Features.md index 0581a39..e8ad1cc 100644 --- a/Sources/DarkRoom/DarkRoom.docc/SubArticles/Features.md +++ b/Sources/DarkRoom/DarkRoom.docc/SubArticles/Features.md @@ -10,9 +10,8 @@ All previous and new features are listed here. Community can also add new featur - Support Custom Configuration For Almost Each Component. - Support HLS And Local Videos. - Documented By DocC. +- Support CocoaPods and SPM ### Pending Features - Support `AVAssetResourceLoaderDelegate`. -- Support `CocoaPods` -- Support `Carthage` diff --git a/Sources/DarkRoom/DarkRoom.docc/SubArticles/Installation.md b/Sources/DarkRoom/DarkRoom.docc/SubArticles/Installation.md index f4c659a..04dfc2f 100644 --- a/Sources/DarkRoom/DarkRoom.docc/SubArticles/Installation.md +++ b/Sources/DarkRoom/DarkRoom.docc/SubArticles/Installation.md @@ -20,6 +20,15 @@ dependencies: [ ] ``` +### CocoaPods + +[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate DarkRoom into your Xcode project using CocoaPods, specify it in your `Podfile`: + +```ruby +pod 'DarkRoom' +``` + + ### CocoaPods Not Supported Yet