We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd81b5 commit d14de4bCopy full SHA for d14de4b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# JSONSchema Changelog
2
3
-## Master
+## 0.6.0
4
5
### Breaking Changes
6
JSONSchema.podspec
Pod::Spec.new do |spec|
spec.name = 'JSONSchema'
- spec.version = '0.5.0'
+ spec.version = '0.6.0'
spec.summary = 'JSON Schema validator in Swift.'
spec.homepage = 'https://github.com/kylef/JSONSchema.swift'
spec.license = { :type => 'BSD', :file => 'LICENSE' }
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
10
spec.ios.deployment_target = '8.0'
11
spec.osx.deployment_target = '10.9'
12
spec.requires_arc = true
13
- spec.source_files = 'Sources/*.swift'
14
- spec.swift_versions = ['4.2', '5.0', '5.1']
+ spec.source_files = 'Sources/**.swift'
+ spec.swift_versions = ['5.0', '5.1']
15
end
16
0 commit comments