rubygarage / media-watermark

GPU/CPU-based iOS Watermark Library for Image and Video Overlay
https://rubygarage.org/
MIT License
217 stars 63 forks source link

Error installing pod #18

Closed jesusmartinezd closed 5 years ago

jesusmartinezd commented 6 years ago

[!] Error installing MediaWatermark [!] /usr/bin/git clone https://github.com/rubygarage-ios/MediaWatermark.git /var/folders/tp/n1gccmt510s5v3r20krnv1b80000gn/T/d20180316-11209-z3x71m --template= --single-branch --depth 1 --branch 0.1.0

Cloning into '/var/folders/tp/n1gccmt510s5v3r20krnv1b80000gn/T/d20180316-11209-z3x71m'... remote: Repository not found. fatal: repository 'https://github.com/rubygarage-ios/MediaWatermark.git/' not found

plzen commented 6 years ago

You tried to install version 0.1.0. We've fixed this in next releases.

Try pod 'MediaWatermark', '~> 0.2'

jesusmartinezd commented 6 years ago

In pod file:

pod 'MediaWatermark','~> 0.2'

but returns me on "pod install":

_[!] CocoaPods could not find compatible versions for pod "MediaWatermark": In Podfile: MediaWatermark (~> 0.2)

None of your spec sources contain a spec satisfying the dependency: MediaWatermark (~> 0.2).

You have either:

Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default._

plzen commented 6 years ago

Try to update pod repo:

pod repo update