Readme updated.

This commit is contained in:
nelanelanela 2014-10-15 16:33:59 +01:00
parent 3f21a6e747
commit 6c2f2d2e93
1 changed files with 11 additions and 0 deletions

View File

@ -7,6 +7,17 @@ V1.0.0 (10-Oct-2014)
This is a simple class to provide all the configurations you need to create custom camera view in your app.
Just drag, drop and use.
### Installation with CocoaPods
The easiest way to install the CameraManager is with: [CocoaPods](http://cocoapods.org)
#### Podfile
```ruby
platform :ios, '7.0'
pod 'CameraManager', '~> 1.0
```
####How to use
To use it you just add the preview layer to your desired view
```swift