diff --git a/JMAnimatedImageView.podspec b/JMAnimatedImageView.podspec new file mode 100644 index 0000000..1f872b1 --- /dev/null +++ b/JMAnimatedImageView.podspec @@ -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' => 'morissardj@gmail.com' + } + 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