diff --git a/AnyCodable-Konfig.podspec b/AnyCodable-Konfig.podspec index f9ba9da..4ff4aca 100644 --- a/AnyCodable-Konfig.podspec +++ b/AnyCodable-Konfig.podspec @@ -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' @@ -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'