Skip to content

Commit

Permalink
upadte podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Feb 14, 2024
1 parent 5b81ce9 commit 48ff584
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions AnyCodable-Konfig.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
Pod::Spec.new do |s|
s.name = 'AnyCodable-Konfig'
s.module_name = 'AnyCodable'
s.version = '0.6.7'
s.version = '0.6.8'
s.summary = 'Type-erased wrappers for Encodable, Decodable, and Codable values.'

s.description = <<-DESC
This functionality is discussed in Chapter 3 of Flight School Guide to Swift Codable.
A Fork of Flight School's AnyCodalbe Library to update deployment target configurations
DESC

s.homepage = 'https://flight.school/books/codable/'
s.homepage = 'https://konfigthis.com'

s.license = { type: 'MIT', file: 'LICENSE.md' }

s.author = { 'Mattt' => 'mattt@flight.school' }

s.social_media_url = 'https://twitter.com/mattt'
s.author = { 'Konfig' => 'engineering@konfigthis.com' }

s.framework = 'Foundation'

Expand All @@ -23,7 +21,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '4.0'
s.tvos.deployment_target = '9.0'

s.source = { git: 'https://github.com/Flight-School/AnyCodable.git', tag: s.version.to_s }
s.source = { git: 'https://github.com/konfig-dev/AnyCodable.git', tag: s.version.to_s }

s.source_files = 'Sources/**/*.swift'

Expand Down

0 comments on commit 48ff584

Please sign in to comment.