12 lines
484 B
Ruby
12 lines
484 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'PreviewTransition'
|
|
s.version = '4.1.0'
|
|
s.summary = 'Transition animation'
|
|
s.license = 'MIT'
|
|
s.homepage = 'https://github.com/Ramotion/preview-transition'
|
|
s.author = { 'Juri Vasylenko' => 'juri.v@ramotion.com' }
|
|
s.ios.deployment_target = '9.0'
|
|
s.source = { :git => 'https://github.com/Ramotion/preview-transition.git', :tag => s.version.to_s }
|
|
s.source_files = 'PreviewTransition/**/*.swift'
|
|
end
|