WMBase.podspec 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. #
  2. # Be sure to run `pod spec lint BLAPIManagers.podspec' to ensure this is a
  3. # valid spec and to remove all comments including this before submitting the spec.
  4. #
  5. # To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
  6. # To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
  7. #
  8. Pod::Spec.new do |s|
  9. # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  10. #
  11. # These will help people to find your library, and whilst it
  12. # can feel like a chore to fill in it's definitely to your advantage. The
  13. # summary should be tweet-length, and the description more in depth.
  14. #
  15. s.name = "WMBase"
  16. s.version = "1.0.9"
  17. s.summary = "WMBaseSDk"
  18. # This description is used to generate tags and improve search results.
  19. # * Think: What does it do? Why did you write it? What is the focus?
  20. # * Try to keep it short, snappy and to the point.
  21. # * Write the description between the DESC delimiters below.
  22. # * Finally, don't worry about the indent, CocoaPods strips it!
  23. s.description = <<-DESC
  24. this is WMBase
  25. DESC
  26. s.homepage = "https://github.com/xianrenzhuimeng/WMBase"
  27. # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
  28. # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  29. #
  30. # Licensing your code is important. See http://choosealicense.com for more info.
  31. # CocoaPods will detect a license file if there is a named LICENSE*
  32. # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
  33. #
  34. # s.license = "MIT (example)"
  35. s.license = { :type => "MIT", :file => "FILE_LICENSE" }
  36. # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  37. #
  38. # Specify the authors of the library, with email addresses. Email addresses
  39. # of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
  40. # accepts just a name if you'd rather not provide an email address.
  41. #
  42. # Specify a social_media_url where others can refer to, for example a twitter
  43. # profile URL.
  44. #
  45. s.author = { "wangmeng" => "37716571@qq.com" }
  46. # Or just: s.author = "CasaTaloyum"
  47. # s.authors = { "CasaTaloyum" => "casatwy@msn.com" }
  48. # s.social_media_url = "http://twitter.com/CasaTaloyum"
  49. # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  50. #
  51. # If this Pod runs only on iOS or OS X, then specify the platform and
  52. # the deployment target. You can optionally include the target after the platform.
  53. #
  54. # s.platform = :ios
  55. s.platform = :ios, "11.0"
  56. # When using multiple platforms
  57. s.ios.deployment_target = "11.0"
  58. # s.osx.deployment_target = "10.7"
  59. # s.watchos.deployment_target = "2.0"
  60. # s.tvos.deployment_target = "9.0"
  61. # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  62. #
  63. # Specify the location from where the source should be retrieved.
  64. # Supports git, hg, bzr, svn and HTTP.
  65. #
  66. s.source = { :git => "https://github.com/xianrenzhuimeng/WMBase.git", :tag => s.version.to_s }
  67. # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  68. #
  69. # CocoaPods is smart about how it includes source code. For source files
  70. # giving a folder will include any swift, h, m, mm, c & cpp files.
  71. # For header files it will include any header in the folder.
  72. # Not including the public_header_files will make all headers public.
  73. #
  74. s.source_files = "WMBase/WMBase/**/*.{h,m}"
  75. # s.exclude_files = "Classes/Exclude"
  76. # s.public_header_files = "Classes/**/*.h"
  77. # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  78. # 暂时把所有资源都放到了主要项目中
  79. s.resources = "WMBase/Assets/*.{xcassets}"
  80. # s.resource_bundles = {
  81. # 'WMBase' => ['WMBase/Assets/*.{xcassets}']
  82. # }
  83. # A list of resources included with the Pod. These are copied into the
  84. # target bundle with a build phase script. Anything else will be cleaned.
  85. # You can preserve files from being cleaned, please don't preserve
  86. # non-essential files like tests, examples and documentation.
  87. #
  88. # s.resource = "icon.png"
  89. # s.resources = "Resources/*.png"
  90. # s.preserve_paths = "FilesToSave", "MoreFilesToSave"
  91. # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  92. #
  93. # Link your library with frameworks, or libraries. Libraries do not include
  94. # the lib prefix of their name.
  95. #
  96. # s.framework = "SomeFramework"
  97. # s.frameworks = "SomeFramework", "AnotherFramework"
  98. # s.library = "iconv"
  99. # s.libraries = "iconv", "xml2"
  100. # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
  101. #
  102. # If your library depends on compiler flags you can set them in the xcconfig hash
  103. # where they will only apply to your library. If you depend on other Podspecs
  104. # you can include multiple dependencies to ensure it works.
  105. s.requires_arc = true
  106. # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
  107. # s.dependency "BLNetworking"
  108. # s.dependency "BLAPIManagers"
  109. s.dependency "AFNetworking"
  110. s.dependency "Masonry"
  111. s.dependency "MJRefresh"
  112. s.dependency "MJExtension"
  113. s.dependency 'YYCache'
  114. s.dependency "MBProgressHUD"
  115. s.dependency "SDWebImage"
  116. s.dependency "YTKNetwork"
  117. s.dependency "QMUIKit"
  118. s.dependency "Toast"
  119. s.dependency "CTMediator"
  120. s.dependency "BRPickerView"
  121. end