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 1
1
# JSONSchema Changelog
2
2
3
- ## Master
3
+ ## 0.6.0
4
4
5
5
### Breaking Changes
6
6
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.5 .0'
3
+ spec . version = '0.6 .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' }
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
10
10
spec . ios . deployment_target = '8.0'
11
11
spec . osx . deployment_target = '10.9'
12
12
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' ]
15
15
end
16
16
You can’t perform that action at this time.
0 commit comments