Skip to content

Commit a5a9577

Browse files
committed
Release 0.3.0
1 parent 9eae875 commit a5a9577

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# JSONSchema Changelog
2-
## Master
2+
## 0.3.0
33
### Enhancements
44

55
- Adds support for Swift 2.2.

JSONSchema.podspec

Lines changed: 2 additions & 2 deletions
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.2.0'
3+
spec.version = '0.3.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,6 +10,6 @@ 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 = 'JSONSchema/JSONSchema.{h,swift}', 'JSONSchema/Validators.swift'
13+
spec.source_files = 'Sources/JSONSchema.{h,swift}', 'Sources/Validators.swift'
1414
end
1515

0 commit comments

Comments
 (0)