diff --git a/MediaWatermark.podspec b/MediaWatermark.podspec index 9f2e550..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. @@ -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'] # }