-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathBmoImageLoader.podspec
20 lines (18 loc) · 1015 Bytes
/
BmoImageLoader.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'BmoImageLoader'
s.version = '1.0.2'
s.summary = 'A progress animated component for UIImageView'
s.description = <<-DESC
BmoImageLoader is a progress animated component for UIImageView
Image downloader implementation and cache manager use AlamofireImage
DESC
s.homepage = 'https://github.com/tzef/BmoImageLoader'
s.screenshots = 'https://raw.githubusercontent.com/tzef/BmoImageLoader/master/Screenshot/animationStyle.png', 'https://raw.githubusercontent.com/tzef/BmoImageLoader/master/Screenshot/progressControl.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'LEE ZHE YU' => '[email protected]' }
s.source = { :git => 'https://github.com/tzef/BmoImageLoader.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'BmoImageLoader/Classes/**/*'
s.frameworks = 'UIKit'
s.dependency 'AlamofireImage', '~> 3.1'
end