v2.1
This commit is contained in:
parent
bb3c734e1a
commit
bc32517b69
|
|
@ -1,12 +1,12 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "CameraManager"
|
||||
s.version = "2.0.2"
|
||||
s.version = "2.1"
|
||||
s.summary = "This is a simple Swift class to provide all the configurations you need to create custom camera view in your app. Just drag, drop and use."
|
||||
s.requires_arc = true
|
||||
s.homepage = "https://github.com/imaginary-cloud/CameraManager"
|
||||
s.license = 'MIT'
|
||||
s.author = { "nelanelanela" => "nterlecka@imaginarycloud.com" }
|
||||
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "2.0.2" }
|
||||
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "2.1" }
|
||||
s.social_media_url = 'http://www.imaginarycloud.com/'
|
||||
s.platform = :ios, '8.0'
|
||||
s.source_files = 'camera/CameraManager.swift'
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ If you want Swift 2.0 syntax use:
|
|||
```ruby
|
||||
use_frameworks!
|
||||
|
||||
pod 'CameraManager', '~> 3.0’
|
||||
pod 'CameraManager', '~> 2.1’
|
||||
```
|
||||
|
||||
If you want Swift 1.2 syntax use:
|
||||
|
|
@ -39,7 +39,7 @@ Add the following line to your Cartfile:
|
|||
If you want Swift 2.0 syntax use:
|
||||
|
||||
```
|
||||
github "imaginary-cloud/CameraManager" >= 3.0
|
||||
github "imaginary-cloud/CameraManager" >= 2.1
|
||||
```
|
||||
|
||||
If you want Swift 1.2 syntax use:
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue