Skip to content

Commit 0896e15

Browse files
committed
Updated podspec and changelog for 1.3 release
1 parent be9695a commit 0896e15

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
@@ -5,7 +5,7 @@
55
Changes in reverse chronological order
66
<hr>
77

8-
### Version 1.x - xxx 2020
8+
### Version 1.3 - 30 Apr 2020
99

1010
- Added two new date property types for more flexible handling of dates:
1111
- `WPDate8601` - specify `ISO8601DateFormatter.Options` flags for ISO8601 date variants that don't match the default handling

WrapModel.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Pod::Spec.new do |s|
22

33
s.name = "WrapModel"
44
s.summary = "WrapModel is a data model class providing access to JSON formatted model data in string or dictionary form."
5-
s.version = "1.2"
5+
s.version = "1.3"
66

77
# Requirements
88
s.platform = :ios
9-
s.ios.deployment_target = '10.0'
9+
s.ios.deployment_target = '11.0'
1010
s.requires_arc = true
1111
s.swift_versions = ['4.2', '5.0', '5.1']
1212

0 commit comments

Comments
 (0)