-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNaughtyImageView.podspec
More file actions
26 lines (18 loc) · 883 Bytes
/
NaughtyImageView.podspec
File metadata and controls
26 lines (18 loc) · 883 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
Pod::Spec.new do |s|
s.name = "NaughtyImageView"
s.version = "0.2.6"
s.summary = "UIImageView Can Animate Sprite Image"
s.description = <<-DESC
UIImageView Can Animate Sprite Image with Progress control.
DESC
s.homepage = "https://github.com/kevinzhow/NaughtyImageView"
s.screenshots = "https://raw.githubusercontent.com/onevcat/Kingfisher/master/images/logo.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "kevinzhow" => "kevinchou.c@gmail.com" }
s.social_media_url = "http://twitter.com/kevinzhow"
s.ios.deployment_target = "8.0"
# s.osx.deployment_target = "10.7"
s.source = { :git => "https://github.com/kevinzhow/NaughtyImageView.git", :tag => s.version }
s.source_files = "NaughtyImageView/Source/*.swift"
s.requires_arc = true
end