Skip to content

Commit eca5afc

Browse files
committed
Update podspec
1 parent 80b8578 commit eca5afc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NVActivityIndicatorView.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)