File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# JSONSchema Changelog
22
3- ## Master
3+ ## 0.6.0
44
55### Breaking Changes
66
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'JSONSchema'
3- spec . version = '0.5 .0'
3+ spec . version = '0.6 .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' }
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010 spec . ios . deployment_target = '8.0'
1111 spec . osx . deployment_target = '10.9'
1212 spec . requires_arc = true
13- spec . source_files = 'Sources/*.swift'
14- spec . swift_versions = [ '4.2' , ' 5.0', '5.1' ]
13+ spec . source_files = 'Sources/** .swift'
14+ spec . swift_versions = [ '5.0' , '5.1' ]
1515end
1616
You can’t perform that action at this time.
0 commit comments