Skip to content

Commit

Permalink
Add podSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
leverdeterre committed Aug 17, 2014
1 parent 398730b commit 5d1ddd2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions JMAnimatedImageView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'JMAnimatedImageView'
s.version = '0.1.1'
s.requires_arc = true
s.author = {
'Morissard Jérome' => '[email protected]'
}
s.ios.deployment_target = '6.0'
s.summary = 'JMAnimatedImageView is a subclass of UIImageView to drive easy animations (manual animation, Carousel,..)'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/leverdeterre/JMAnimatedImageView'
s.source = {
:git => 'https://github.com/leverdeterre/JMAnimatedImageView.git',
:tag => "0.1.1"
}
s.source_files = 'JMAnimatedImageView/JMAnimatedImageView/JMAnimatedImageView/*'
end

0 comments on commit 5d1ddd2

Please sign in to comment.