Sheeeeeeeeet.podspec 1.0 KB

123456789101112131415161718192021222324
  1. # Run `pod lib lint Sheeeeeeeeet.podspec' to ensure this is a valid spec.
  2. Pod::Spec.new do |s|
  3. s.name = 'Sheeeeeeeeet'
  4. s.version = '2.0.2'
  5. s.summary = 'Sheeeeeeeeet is a Swift library for custom iOS action sheets.'
  6. s.description = <<-DESC
  7. Sheeeeeeeeet is a Swift library for adding custom action sheets to your iOS apps.
  8. It comes with many built-in item action sheet item types, and can be extended by
  9. custom types are more specific to your app or domain.
  10. DESC
  11. s.homepage = 'https://github.com/danielsaidi/Sheeeeeeeeet'
  12. s.license = { :type => 'MIT', :file => 'LICENSE' }
  13. s.author = { 'Daniel Saidi' => 'daniel.saidi@gmail.com' }
  14. s.source = { :git => 'https://github.com/danielsaidi/Sheeeeeeeeet.git', :tag => s.version.to_s }
  15. s.social_media_url = 'https://twitter.com/danielsaidi'
  16. s.ios.deployment_target = '9.0'
  17. s.source_files = 'Sheeeeeeeeet/**/*.swift'
  18. s.resources = 'Sheeeeeeeeet/**/*.xib'
  19. end