Skip to content

Commit d14de4b

Browse files
committed
release: 0.6.0
1 parent 7cd81b5 commit d14de4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSONSchema Changelog
22

3-
## Master
3+
## 0.6.0
44

55
### Breaking Changes
66

JSONSchema.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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']
1515
end
1616

0 commit comments

Comments
 (0)