|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
[](http://mit-license.org)
|
|
|
[](https://developer.apple.com/resources/)
|
|
|
-[](https://developer.apple.com/swift)
|
|
|
+[](https://developer.apple.com/swift)
|
|
|
[](https://travis-ci.org/bizz84/SwiftyStoreKit)
|
|
|
[](https://github.com/bizz84/SwiftyStoreKit/issues)
|
|
|
[](http://cocoadocs.org/docsets/SwiftyStoreKit/)
|
|
@@ -627,10 +627,11 @@ SwiftyStoreKit.verifyReceipt(using: appleValidator) { result in
|
|
|
## Notes
|
|
|
The framework provides a simple block based API with robust error handling on top of the existing StoreKit framework. It does **NOT** persist in app purchases data locally. It is up to clients to do this with a storage solution of choice (i.e. NSUserDefaults, CoreData, Keychain).
|
|
|
|
|
|
-#### Swift 2.x / 3.x / 4.x
|
|
|
+#### Swift 2.x / 3.x / 4.x / 5.x
|
|
|
|
|
|
| Language | Branch | Pod version | Xcode version |
|
|
|
| --------- | ------ | ----------- | ------------- |
|
|
|
+| Swift 5.x | [master](https://github.com/bizz84/SwiftyStoreKit/tree/master) | >= 0.15.0 | Xcode 10.2 or greater|
|
|
|
| Swift 4.x | [master](https://github.com/bizz84/SwiftyStoreKit/tree/master) | >= 0.10.4 | Xcode 9 or greater|
|
|
|
| Swift 3.x | [master](https://github.com/bizz84/SwiftyStoreKit/tree/master) | >= 0.5.x | Xcode 8.x |
|
|
|
| Swift 2.3 | [swift-2.3](https://github.com/bizz84/SwiftyStoreKit/tree/swift-2.3) | 0.4.x | Xcode 8, Xcode 7.3.x |
|