ZZUIKit.podspec 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. #
  2. # Be sure to run `pod lib lint ZZUIKit.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 https://guides.cocoapods.org/syntax/podspec.html
  7. #
  8. Pod::Spec.new do |s|
  9. s.name = 'ZZUIKit'
  10. s.version = '0.1.0'
  11. s.summary = 'Lightest UIKit Extension,while strong enough.'
  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 = 'https://github.com/Ox8BADFOOD/ZZUIKit'
  21. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  22. s.license = { :type => 'MIT', :file => 'LICENSE' }
  23. s.author = { 'bymiracles@163.com' => '350991881@qq.com' }
  24. s.source = { :git => 'https://github.com/Ox8BADFOOD/ZZUIKit.git', :tag => s.version.to_s }
  25. # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  26. s.ios.deployment_target = '9.0'
  27. s.source_files = [
  28. 'ZZUIKit/Classes/*',
  29. 'ZZUIKit/Classes/Const/*',
  30. 'ZZUIKit/Classes/Ex/**/*',
  31. 'ZZUIKit/Classes/Ex/*',
  32. 'ZZUIKit/Classes/Tools/*',
  33. 'ZZUIKit/Classes/Tools/*',
  34. 'ZZUIKit/Classes/ZZItemInfo/*',
  35. 'ZZUIKit/Classes/ZZListTitle/*',
  36. 'ZZUIKit/Classes/FlexLibPreview/*',
  37. 'ZZUIKit/Classes/ZZSOController/*',
  38. 'ZZUIKit/Classes/ZZDoubleListViewController/*',
  39. 'ZZUIKit/Classes/ZZMaskView/*',
  40. 'ZZUIKit/Classes/ZZDialog/*',
  41. 'ZZUIKit/Classes/ZZTextImgView/*',
  42. 'ZZUIKit/Classes/ZZTextWidget/*',
  43. 'ZZUIKit/Classes/ZZViewController/*',
  44. 'ZZUIKit/Classes/ZZInfoWidget/*',
  45. 'ZZUIKit/Classes/ZZSwitchWidget/*',
  46. 'ZZUIKit/Classes/ZZCheckBox/*',
  47. 'ZZUIKit/Classes/ZZRaido/*',
  48. 'ZZUIKit/Classes/ZZSelect/*',
  49. 'ZZUIKit/Classes/ZZOption/*',
  50. 'ZZUIKit/Classes/ZZWebviewController/*',
  51. ]
  52. s.resource_bundles = {
  53. 'ZZUIKit' => ['ZZUIKit/Assets/*.png','ZZUIKit/Assets/XML/*.xml','ZZUIKit/Assets/*.strings','ZZUIKit/Assets/*.lproj/*']
  54. }
  55. # s.public_header_files = 'Pod/Classes/**/*.h'
  56. # s.frameworks = 'UIKit', 'MapKit'
  57. s.dependency 'ZZFoundation', '~> 0.1.4'
  58. s.dependency 'FlexLib', '~> 2.9.1'
  59. end