Skip to content

Commit

Permalink
updated protobuf template (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
husnjak authored Jan 12, 2023
1 parent df9d5fe commit b62410b
Show file tree
Hide file tree
Showing 3 changed files with 474 additions and 6 deletions.
4 changes: 2 additions & 2 deletions IGDB-SWIFT-API.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'IGDB-SWIFT-API'
s.version = '0.4.0'
s.version = '0.4.1'
s.summary = 'Wrapper for IGDBs API written in Swift.'
s.description = "A Swift wrapper for the IGDB.com Free Video Game Database API."
s.documentation_url = "https://api-docs.igdb.com"
Expand All @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'
s.source_files = 'Sources/IGDB-SWIFT-API/**/*.swift'

s.dependency 'SwiftProtobuf', '~> 1.20.2'
s.dependency 'SwiftProtobuf', '~> 1.20.3'
s.dependency 'Just', '~> 0.8.0'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can either import this library using Xcode by simply pasting this repository
Or if you have a `Package.swift` file you can add this:
```swift
dependencies: [
.package(url: "https://github.com/husnjak/IGDB-SWIFT-API.git", from: "0.4.0"),
.package(url: "https://github.com/husnjak/IGDB-SWIFT-API.git", from: "0.4.1"),
],
targets: [
.target(name: "MyTarget", dependencies: ["IGDB-SWIFT-API"]),
Expand Down
Loading

0 comments on commit b62410b

Please sign in to comment.