Skip to content

Commit 18bba00

Browse files
committed
Clean up podspec
1 parent 75abb2c commit 18bba00

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

NVActivityIndicatorView.podspec

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,18 @@
11
Pod::Spec.new do |s|
2-
3-
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4-
52
s.name = "NVActivityIndicatorView"
63
s.version = "1.1"
74
s.summary = "A collection of nice loading animations"
8-
95
s.homepage = "https://github.com/ninjaprox/NVActivityIndicatorView"
106
s.screenshots = "https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/Demo.gif"
11-
12-
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
13-
147
s.license = { :type => "MIT" }
15-
16-
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
17-
188
s.author = { "Nguyen Vinh" => "ninjaprox@gmail.com" }
199
s.social_media_url = "http://twitter.com/ninjaprox"
2010

21-
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
22-
2311
s.platform = :ios, '8.0'
2412

25-
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
26-
2713
s.source = { :git => "https://github.com/ninjaprox/NVActivityIndicatorView.git", :tag => "v1.1" }
28-
29-
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
30-
3114
s.source_files = "NVActivityIndicatorView/**/*.swift"
3215

33-
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3416
s.frameworks = "UIKit", "QuartzCore"
35-
36-
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
37-
3817
s.requires_arc = true
39-
4018
end

0 commit comments

Comments
 (0)