Files
elongation-preview/ElongationPreview.podspec
2019-04-03 15:17:35 +03:00

12 lines
536 B
Ruby

Pod::Spec.new do |s|
s.name = 'ElongationPreview'
s.version = '2.1.0'
s.summary = 'ElongationPreview is an elegant push-pop style view controller.'
s.license = 'MIT'
s.homepage = 'https://github.com/Ramotion/elongation-preview'
s.author = { 'Abdurahim Jauzee' => 'jauzee@ramotion.com' }
s.ios.deployment_target = '9.0'
s.source = { :git => 'https://github.com/Ramotion/elongation-preview.git', :tag => s.version.to_s }
s.source_files = 'ElongationPreview/Source/**/*.swift'
end