-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ricardo Torrão
committed
Mar 31, 2020
1 parent
05a66bc
commit c2ec236
Showing
21 changed files
with
255 additions
and
1,016 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.2 | ||
5.2 |
2 changes: 1 addition & 1 deletion
2
...ject.xcworkspace/contents.xcworkspacedata → ...kage.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "CameraManager" | ||
s.version = "4.4.0" | ||
s.version = "5.0.0" | ||
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 = { "torrao" => "[email protected]" } | ||
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "4.4.0" } | ||
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "5.0.0" } | ||
s.social_media_url = 'http://www.imaginarycloud.com/' | ||
s.platform = :ios, '9.0' | ||
s.pod_target_xcconfig = { "SWIFT_VERSION" => "4.2" } | ||
s.pod_target_xcconfig = { "SWIFT_VERSION" => "5.2" } | ||
s.source_files = 'camera/CameraManager.swift' | ||
end |
Oops, something went wrong.