From 68736f67c778b559527699327b38950690a3ce64 Mon Sep 17 00:00:00 2001 From: Jow Kame Date: Fri, 16 Jun 2017 11:08:28 +0300 Subject: [PATCH 1/2] Updated podspec urls --- MediaWatermark.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MediaWatermark.podspec b/MediaWatermark.podspec index 9f2e550..2fbff42 100644 --- a/MediaWatermark.podspec +++ b/MediaWatermark.podspec @@ -18,18 +18,18 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -MediaWatermark is a framework which helps to render watermarks over image or video content. +MediaWatermark is a framework which helps to render watermarks over image or video content. DESC - s.homepage = 'https://github.com/rubygarage-ios/MediaWatermark' + s.homepage = 'https://github.com/rubygarage/media-watermark' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Sergey Afanasiev' => 'sergey.afanasiev@rubygarage.org' } - s.source = { :git => 'https://github.com/rubygarage-ios/MediaWatermark.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/rubygarage/media-watermark.git', :tag => s.version.to_s } s.ios.deployment_target = '9.0' s.source_files = 'MediaWatermark/Classes/**/*' - + # s.resource_bundles = { # 'MediaWatermark' => ['MediaWatermark/Assets/*.png'] # } From f62c3389956bd23add2eb0c6e81d937dba6d9dda Mon Sep 17 00:00:00 2001 From: Jow Kame Date: Fri, 16 Jun 2017 11:11:21 +0300 Subject: [PATCH 2/2] Updated version --- MediaWatermark.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaWatermark.podspec b/MediaWatermark.podspec index 2fbff42..ebc6371 100644 --- a/MediaWatermark.podspec +++ b/MediaWatermark.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'MediaWatermark' - s.version = '0.1.0' + s.version = '0.1.1' s.summary = 'Image and video processing' # This description is used to generate tags and improve search results.