File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ Pod::Spec.new do |s|
2020
2121 # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
2222
23- s . platform = :ios
23+ s . platform = :ios , '8.0'
2424
2525 # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
2626
27- s . source = { :git => "https://github.com/ninjaprox/NVActivityIndicatorView.git" , :tag => "1 .0" }
27+ s . source = { :git => "https://github.com/ninjaprox/NVActivityIndicatorView.git" , :tag => "v1 .0" }
2828
2929 # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3030
31- s . source_files = "NVActivityIndicatorView/**/*.swift"
31+ s . source_files = "NVActivityIndicatorViewDemo/ NVActivityIndicatorView/**/*.swift"
3232
3333 # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3434 s . frameworks = "UIKit" , "QuartzCore"
You can’t perform that action at this time.
0 commit comments