Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
fix issue#3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cokile committed Jul 28, 2016
1 parent 34a37ad commit 305bc01
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ xcuserdata
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
*.podspec
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Expand Down
13 changes: 13 additions & 0 deletions CCActivityHUD.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |spec|
spec.name = 'CCActivityHUD'
spec.platform = :ios
spec.version = '2.1.6'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/Cokile/CCActivityHUD'
spec.authors = { 'Cokile' => '[email protected]' }
spec.summary = 'A simple replacement for UIActivityIndicatorView'
spec.source = {:git => 'https://github.com/Cokile/CCActivityHUD.git', :tag => 'v2.1.6'}
spec.source_files = 'CCActivityHUD/*.{h,m}'
spec.resources = 'CCActivityHUD/*.png'
spec.requires_arc = true
end

0 comments on commit 305bc01

Please sign in to comment.