File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
2
xcode_project : AlamofireSwiftyJSON.xcodeproj
3
- osx_image : xcode9.2
4
- xcode_sdk : iphonesimulator11 .0
3
+ osx_image : xcode10.1
4
+ xcode_sdk : iphonesimulator12 .0
5
5
xcode_scheme : AlamofireSwiftyJSON
6
6
7
7
env :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
` AlamofireSwiftyJSON ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
#### 1.x Releases
6
- - ` 1.0.x ` Releases - [ 1.0.0] ( #100 ) | [ 1.0.1] ( #101 )
6
+ - ` 1.0.x ` Releases - [ 1.0.0] ( #100 ) | [ 1.0.1] ( #101 ) | [ 1.0.2 ] ( #102 )
7
7
- ` 0.2.x ` Releases - [ 0.2.0] ( #020 )
8
8
- ` 0.1.x ` Releases - [ 0.1.0] ( #010 ) | [ 0.1.1] ( #011 )
9
9
@@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file.
13
13
Released on June 30, 2017.
14
14
## [ 1.0.1] ( https://github.com/Xinguang/AlamofireSwiftyJSON/releases/tag/1.0.1 )
15
15
Released on Jan 16, 2018.
16
+ ## [ 1.0.2] ( https://github.com/Xinguang/AlamofireSwiftyJSON/releases/tag/1.0.2 )
17
+ Released on Jan 11, 2019.
16
18
17
19
#### Added
18
20
- Supports SPM
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ Easy way to use both [Alamofire](https://github.com/Alamofire/Alamofire) and [Sw
13
13
14
14
## Requirements
15
15
16
- - iOS 8 .0+ / macOS 10.10 + / tvOS 9 .0+ / watchOS 2 .0+
17
- - Xcode 8 .1+
18
- - Swift 3.0 +
16
+ - iOS 10 .0+ / macOS 10.12 + / tvOS 10 .0+ / watchOS 3 .0+
17
+ - Xcode 10 .1+
18
+ - Swift 4.2 +
19
19
20
20
## Installation
21
21
You can’t perform that action at this time.
0 commit comments