Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JSONSchema.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.author = { 'Kyle Fuller' => '[email protected]' }
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']
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import PackageDescription
let package = Package(
name: "JSONSchema",
platforms: [
.iOS(.v11),
.macOS(.v10_13),
],
products: [
Expand Down