- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCheckMarkView.podspec
More file actions
Latest commit
13 lines (13 loc) · 619 Bytes
/
Copy pathCheckMarkView.podspec
File metadata and controls
13 lines (13 loc) · 619 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name="CheckMarkView"
s.version="0.4.3"
s.summary="A simple checkmark for UICollectionViewCell"
s.description="A just simple view which draws programmatically checkmark with some styles"
s.homepage="https://github.com/maximbilan/CheckMarkView"
s.license={:type=>"MIT"}
s.author={"Maxim Bilan"=>"maximb.mail@gmail.com"}
s.platform=:ios,"8.0"
s.source={:git=>"https://github.com/maximbilan/CheckMarkView.git",:tag=>s.version.to_s}
s.source_files="Classes","CheckMarkView/Sources/**/*.{swift}"
s.requires_arc=true
end