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