Skip to content

Commit 80b8578

Browse files
committed
Add podspec
1 parent 55c5c74 commit 80b8578

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

NVActivityIndicatorView.podspec

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Pod::Spec.new do |s|
2+
3+
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4+
5+
s.name = "NVActivityIndicatorView"
6+
s.version = "1.0"
7+
s.summary = "A collection of nice loading animations"
8+
9+
s.homepage = "https://github.com/ninjaprox/NVActivityIndicatorView"
10+
s.screenshots = "https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/Demo.gif"
11+
12+
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
13+
14+
s.license = { :type => "MIT", :file => "LICENSE" }
15+
16+
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
17+
18+
s.author = { "Nguyen Vinh" => "ninjaprox@gmail.com" }
19+
s.social_media_url = "http://twitter.com/ninjaprox"
20+
21+
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
22+
23+
s.platform = :ios
24+
25+
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
26+
27+
s.source = { :git => "https://github.com/ninjaprox/NVActivityIndicatorView.git", :tag => "1.0" }
28+
29+
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
30+
31+
s.source_files = "NVActivityIndicatorView/**/*.swift"
32+
33+
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
34+
s.frameworks = "UIKit", "QuartzCore"
35+
36+
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
37+
38+
s.requires_arc = true
39+
40+
end

0 commit comments

Comments
 (0)