Skip to content

Commit

Permalink
Applied update for v0.0.3 in cocoapods.
Browse files Browse the repository at this point in the history
  • Loading branch information
aryt committed Mar 16, 2015
1 parent da19018 commit 80f0001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MONActivityIndicatorView.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'MONActivityIndicatorView'
s.version = '0.0.2'
s.version = '0.0.3'
s.summary = 'An awesome custom activity indicator view for iOS.'
s.platform = :ios, '7.0'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.homepage = 'https://github.com/mownier/MONActivityIndicatorView'
s.author = { 'Mounir Ybanez' => 'rinuom91@gmail.com' }
s.source = { :git => 'https://github.com/mownier/MONActivityIndicatorView.git', :tag => s.version.to_s }
s.frameworks = 'QuartzCore'
s.source_files = 'MONActivityIndicatorView/*.{h,m}'
s.source_files = 'MONActivityIndicatorViewDemo/MONActivityIndicatorViewDemo/Source/Views/MONActivityIndicatorView/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 80f0001

Please sign in to comment.