EAIntroView.podspec 862 B

1234567891011121314151617181920
  1. Pod::Spec.new do |s|
  2. s.name = 'EAIntroView'
  3. s.version = '2.12.0'
  4. s.summary = 'Highly customizable drop-in solution for introduction views.'
  5. s.screenshot = 'https://raw.githubusercontent.com/ealeksandrov/EAIntroView/master/Screenshot01.png'
  6. s.homepage = 'https://github.com/ealeksandrov/EAIntroView'
  7. s.license = { :type => 'MIT', :file => 'LICENSE.md' }
  8. s.author = { 'Evgeny Aleksandrov' => 'evgeny@aleksandrov.ws' }
  9. s.social_media_url = 'https://twitter.com/ealeksandrov'
  10. s.platform = :ios, '6.0'
  11. s.source = { :git => 'https://github.com/ealeksandrov/EAIntroView.git', :tag => s.version.to_s }
  12. s.source_files = 'EAIntroView/EAIntro{Page,View}.{h,m}'
  13. s.requires_arc = true
  14. s.public_header_files = 'EAIntroView/EAIntro{Page,View}.h'
  15. s.dependency 'EARestrictedScrollView', '~> 1.1.0'
  16. end