3.0.1
Showing
+1 -1
... | ... | @@ -5,7 +5,7 @@ Pod::Spec.new do |s| |
s.homepage = 'https://github.com/ruslanskorb/RSKImageCropper' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.authors = { 'Ruslan Skorb' => 'ruslan.skorb@gmail.com' } | ||
s.source = { :git => 'https://github.com/ruslanskorb/RSKImageCropper.git', :tag => s.version.to_s } | ||
s.source = { :git => 'http://git.qianxuecloud.com/qianxue/rskimagecropper.git', :tag => s.version.to_s } | ||
s.platform = :ios, '9.0' | ||
s.module_map = 'RSKImageCropper/RSKImageCropper.modulemap' | ||
s.source_files = 'RSKImageCropper/*.{h,m}' | ||
... | ... |
Please register or sign in to comment