We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e5028 commit 319c019Copy full SHA for 319c019
README.md
@@ -12,11 +12,11 @@ Linking the Framework
12
13
Synchronized is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
14
15
- pod "Synchronized", "~> 2.0"
16
-
+ pod "Synchronized", "~> 4.0"
+
17
You can also use [Carthage](https://github.com/Carthage/Carthage) to fetch it from GitHub:
18
19
- github "ide/Synchronized" ~> 2.0
+ github "ide/Synchronized" ~> 4.0
20
21
Once the framework is linked this Swift code should compile:
22
```swift
0 commit comments