EWEllUI_Component.podspec 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #
  2. # Be sure to run `pod lib lint EWEllUI_Component.podspec' to ensure this is a
  3. # valid spec before submitting.
  4. #
  5. # Any lines starting with a # are optional, but their use is encouraged
  6. # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
  7. #
  8. Pod::Spec.new do |s|
  9. s.name = 'EWEllUI_Component'
  10. s.version = '0.1.5'
  11. s.summary = 'UIKit 的拓展轮子'
  12. # This description is used to generate tags and improve search results.
  13. # * Think: What does it do? Why did you write it? What is the focus?
  14. # * Try to keep it short, snappy and to the point.
  15. # * Write the description between the DESC delimiters below.
  16. # * Finally, don't worry about the indent, CocoaPods strips it!
  17. s.description = <<-DESC
  18. TODO: Add long description of the pod here.
  19. DESC
  20. s.homepage = 'http://132.232.36.81:8443/PrivateCocoapods/EWEllUI_Component'
  21. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  22. s.license = { :type => 'MIT', :file => 'LICENSE' }
  23. s.author = { '薛少杰' => '1942938371@qq.com' }
  24. s.source = { :git => 'http://132.232.36.81:8443/PrivateCocoapods/EWEllUI_Component.git', :tag => s.version.to_s }
  25. # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  26. s.preserve_paths = 'README.md','EWEllUI_Component/Framework/EWEllUI_Component.modulemap'
  27. s.module_map = 'EWEllUI_Component/Framework/EWEllUI_Component.modulemap'
  28. s.ios.deployment_target = '8.0'
  29. s.source_files = 'EWEllUI_Component/Classes/**/*'
  30. s.public_header_files = 'EWEllUI_Component/Classes/**/*.h'
  31. s.resources = ['EWEllUI_Component/Assets/*.xib','EWEllUI_Component/Assets/*.bundle']
  32. s.resource_bundles = {
  33. 'EWEllUI_Component' => ['EWEllUI_Component/Assets/*.png']
  34. }
  35. # s.public_header_files = 'Pod/Classes/**/*.h'
  36. # s.frameworks = 'UIKit', 'MapKit'
  37. # s.dependency 'AFNetworking', '~> 2.3'
  38. end