-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathLGDrawer.podspec
More file actions
20 lines (20 loc) · 1.13 KB
/
Copy pathLGDrawer.podspec
File metadata and controls
20 lines (20 loc) · 1.13 KB
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 = 'LGDrawer'
s.version = '1.0.3'
s.platform = :ios, '12.0'
s.license = 'MIT'
s.homepage = 'https://github.com/LGLibs/LGDrawer'
s.author = { 'Grigorii Lutkov' => 'grigorii@lutkov.dev' }
s.source = { :git => 'https://github.com/LGLibs/LGDrawer.git', :tag => s.version }
s.summary = 'iOS helper draws UIImages programmatically'
s.description = 'iOS helper draws UIImages programmatically. ' \
'It contains collection of different images like ' \
'rectangle, triangle, ellipse, plus, minus, cross, ' \
'line, tick, arrow, heart, star and others. ' \
'You can customize a lot of parameters like ' \
'size of image area, size of image, background color, ' \
'fill color, stroke type and color, rotation, shadows and others. ' \
'Also you can combine different images into one image.'
s.requires_arc = true
s.source_files = 'LGDrawer/*.{h,m}'
end