Skip to content

Commit 29a72c5

Browse files
authored
Update README
1 parent f70b8de commit 29a72c5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Leverages ``` Operation ``` & ``` OperationQueue ```. ``` AsyncOperation ``` is
1212

1313
##Supported Platforms:
1414
```macOS``` ```iOS``` ```tvOS``` ```watchOS``` ```linux```
15+
16+
##Minimum OS Versions Supported:
17+
18+
``` macOS 10.9 ```
19+
``` iOS 8.0 ```
20+
``` tvOS 9.0 ```
21+
``` watchOS 2.0 ```
22+
``` linux - ubuntu 16.04 ```
23+
1524
##Installation:
1625

1726
***Swift Package Manager:***
@@ -103,8 +112,6 @@ struct FooObserver : ExecutorObserver {
103112
let observer = FooObserver()
104113
p.add(observer: observer)
105114
```
106-
the ```add<T : ExecutorObserver> ... ``` function adds an observer to the array of ```ExecutorObserver``` in the ```AsyncOperation```. This allows you to have multiple observers to an operation.
107-
108115
```
109116
let first = FooObserver() //observer that is a class
110117
let second = Barz() //observer that is a struct

0 commit comments

Comments
 (0)