File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments