- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUserAvatarView.podspec
More file actions
Latest commit
27 lines (14 loc) · 728 Bytes
/
Copy pathUserAvatarView.podspec
File metadata and controls
27 lines (14 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.newdo |s|
s.name="UserAvatarView"
s.version="1.3.0"
s.summary="UserAvatarView is a UIView subclass that has customizable status view"
s.description="UserAvatarView is a UIView subclass that has status view with customizable appearance, angle, radius"
s.homepage="https://github.com/AntonPoltoratskyi/UserAvatarView"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author="Anton Poltoratskyi"
s.platform=:ios,"10.0"
s.source={:git=>"https://github.com/AntonPoltoratskyi/UserAvatarView.git",:tag=>"#{s.version}"}
s.source_files="UserAvatarView/*.{swift}"
s.framework="UIKit"
s.swift_version="5.0"
end