Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Add parser options (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralbeik authored Nov 19, 2022
1 parent c9047b3 commit aab6e13
Show file tree
Hide file tree
Showing 20 changed files with 757 additions and 1,025 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is a tool for ma

```swift
dependencies: [
.package(url: "https://github.com/omaralbeik/M3UKit.git", from: "0.7.0")
.package(url: "https://github.com/omaralbeik/M3UKit.git", from: "0.8.0")
]
```

Expand All @@ -140,15 +140,15 @@ $ swift build
To integrate M3UKit into your Xcode project using [CocoaPods](https://cocoapods.org), specify it in your Podfile:

```rb
pod 'M3UKit', :git => 'https://github.com/omaralbeik/M3UKit.git', :tag => '0.7.0'
pod 'M3UKit', :git => 'https://github.com/omaralbeik/M3UKit.git', :tag => '0.8.0'
```

### Carthage

To integrate M3UKit into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your Cartfile:

```
github "omaralbeik/M3UKit" ~> 0.7.0
github "omaralbeik/M3UKit" ~> 0.8.0
```

### Manually
Expand Down
85 changes: 0 additions & 85 deletions Sources/M3UKit/Models/Media.swift

This file was deleted.

93 changes: 0 additions & 93 deletions Sources/M3UKit/Models/MediaAttributes.swift

This file was deleted.

34 changes: 0 additions & 34 deletions Sources/M3UKit/Models/MediaKind.swift

This file was deleted.

34 changes: 0 additions & 34 deletions Sources/M3UKit/Models/Playlist.swift

This file was deleted.

68 changes: 0 additions & 68 deletions Sources/M3UKit/Parsers/MediaAttributesParser.swift

This file was deleted.

44 changes: 0 additions & 44 deletions Sources/M3UKit/Parsers/MediaKindParser.swift

This file was deleted.

Loading

0 comments on commit aab6e13

Please sign in to comment.