File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
Changes in reverse chronological order
6
6
<hr >
7
7
8
- ### Version 1.x - xxx 2020
8
+ ### Version 1.3 - 30 Apr 2020
9
9
10
10
- Added two new date property types for more flexible handling of dates:
11
11
- ` WPDate8601 ` - specify ` ISO8601DateFormatter.Options ` flags for ISO8601 date variants that don't match the default handling
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Pod::Spec.new do |s|
2
2
3
3
s . name = "WrapModel"
4
4
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 "
6
6
7
7
# Requirements
8
8
s . platform = :ios
9
- s . ios . deployment_target = '10 .0'
9
+ s . ios . deployment_target = '11 .0'
10
10
s . requires_arc = true
11
11
s . swift_versions = [ '4.2' , '5.0' , '5.1' ]
12
12
You can’t perform that action at this time.
0 commit comments