diff --git a/README.md b/README.md index 044f1c7..a797b3c 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ The easiest way to install the CameraManager is with: [CocoaPods](http://cocoapo ## Podfile ```ruby -platform :ios, ‘8.0’ +use_frameworks! + pod 'CameraManager', '~> 1.0' ```