diff --git a/JSONSchema.podspec b/JSONSchema.podspec index a3dcc62..a13e189 100644 --- a/JSONSchema.podspec +++ b/JSONSchema.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |spec| spec.author = { 'Kyle Fuller' => 'kyle@fuller.li' } spec.social_media_url = 'http://twitter.com/kylefuller' spec.source = { :git => 'https://github.com/kylef/JSONSchema.swift.git', :tag => "#{spec.version}" } - spec.ios.deployment_target = '8.0' + spec.ios.deployment_target = '11.0' spec.osx.deployment_target = '10.13' spec.requires_arc = true spec.source_files = ['Sources/**/*.swift', 'Sources/*.swift'] diff --git a/Package.swift b/Package.swift index cf0befa..abdc884 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,7 @@ import PackageDescription let package = Package( name: "JSONSchema", platforms: [ + .iOS(.v11), .macOS(.v10_13), ], products: [