Skip to content

Commit 191c3dc

Browse files
committed
Podspec file added
1 parent 42c048c commit 191c3dc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |s|
2+
s.name = "PCAngularActivityIndicatorView"
3+
s.version = "0.1.0"
4+
s.summary = "PCAngularActivityIndicatorView is a drop-in replacement for UIActivityIndicatorView on iOS that mimicks Google's Material loader."
5+
s.homepage = "https://github.com/antonc27/PCAngularActivityIndicatorView"
6+
s.license = 'MIT'
7+
s.author = { "phillipcaudell" => "[email protected]", "antonc27" => "[email protected]" }
8+
s.source = { :git => "https://github.com/antonc27/PCAngularActivityIndicatorView.git", :tag => s.version.to_s }
9+
10+
s.platform = :ios, '7.0'
11+
s.requires_arc = true
12+
13+
s.source_files = 'PCAngularActivityIndicatorView.{h,m}'
14+
end

0 commit comments

Comments
 (0)