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