Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarashvosough1999 authored Oct 29, 2022
1 parent f2363e9 commit 38511f2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DarkRoom.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ 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

| 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

Expand All @@ -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!
Expand Down
3 changes: 1 addition & 2 deletions Sources/DarkRoom/DarkRoom.docc/SubArticles/Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
9 changes: 9 additions & 0 deletions Sources/DarkRoom/DarkRoom.docc/SubArticles/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38511f2

Please sign in to comment.