-
Notifications
You must be signed in to change notification settings - Fork 0
/
DZAObliqueFillAnimatorView.podspec
22 lines (20 loc) · 1.24 KB
/
DZAObliqueFillAnimatorView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "DZAObliqueFillAnimatorView"
s.version = "0.2.0"
s.summary = "Custom view with an oblique transparent cut on the top"
s.description = <<-DESC
A custom view that has an oblique transparent cut on the top and it can be filled with an animated circle
DESC
s.homepage = "https://github.com/Dzamir/DZAObliqueFillAnimatorView"
s.screenshots = "https://raw.githubusercontent.com/Dzamir/DZAObliqueFillAnimatorView/master/1.png", "https://raw.githubusercontent.com/Dzamir/DZAObliqueFillAnimatorView/master/2.png", "https://raw.githubusercontent.com/Dzamir/DZAObliqueFillAnimatorView/master/3.png", "https://raw.githubusercontent.com/Dzamir/DZAObliqueFillAnimatorView/master/demo.gif"
s.license = 'MIT'
s.author = { "Davide Di Stefano" => "dzamirro@gmail.com" }
s.source = { :git => "https://github.com/Dzamir/DZAObliqueFillAnimatorView.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/dzamir'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'DZAObliqueFillAnimatorView' => ['Pod/Assets/*.png']
}
end