From 4fd4e7a62b0a35fc3af6d7265784eccdbb35b308 Mon Sep 17 00:00:00 2001 From: Bret Cheng Date: Wed, 23 Dec 2015 09:13:38 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 950eef5..a25fc0f 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Installation ------------ #### Download OneSkyOTAPlugin.framework -1. [`OneSkyOTAPlugin.zip`](https://github.com/onesky/plugin-ios-ota/releases/download/0.9.6/OneSkyOTAPlugin.zip) from the release tab and drag the folder into the **Frameworks** section of your **Project Navigator**. +1. [`OneSkyOTAPlugin.zip`](https://github.com/onesky/plugin-ios-ota/releases/download/0.9.8/OneSkyOTAPlugin.zip) from the release tab and drag the folder into the **Frameworks** section of your **Project Navigator**. 2. Under **Build Settings** of the target, add ```-ObjC``` to **Other Linker Flags** setting. #### CocoaPods ``` -pod 'OneSkyOTAPlugin', '~> 0.9.6' +pod 'OneSkyOTAPlugin', '~> 0.9.8' ``` Integration