File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# JSONSchema Changelog
22
3- ## Master
3+ ## 0.5.0
44
55### Breaking Changes
66
99
1010### Enhancements
1111
12- - ` uri ` format is now validated.
13- - Support for Swift 4 and 5.
1412- Added support for JSON Schema Draft 6 and 7.
13+ - Support for Swift 4 and 5.
14+ - ` uri ` format is now validated.
1515
1616### Bug Fixes
1717
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'JSONSchema'
3- spec . version = '0.4 .0'
3+ spec . version = '0.5 .0'
44 spec . summary = 'JSON Schema validator in Swift.'
55 spec . homepage = 'https://github.com/kylef/JSONSchema.swift'
66 spec . license = { :type => 'BSD' , :file => 'LICENSE' }
@@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
1111 spec . osx . deployment_target = '10.9'
1212 spec . requires_arc = true
1313 spec . source_files = 'Sources/*.swift'
14- spec . swift_versions = [ '4.2' , '5.0' ]
14+ spec . swift_versions = [ '4.2' , '5.0' , '5.1' ]
1515end
1616
You can’t perform that action at this time.
0 commit comments