OJAResourceLoaderManager.podspec 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Be sure to run `pod lib lint OJAResourceLoaderManager.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 = 'OJAResourceLoaderManager'
  10. s.version = '0.1.1'
  11. s.summary = '自己写的resourceLoader,先凑合着用,有时间再优化。'
  12. s.description = <<-DESC
  13. 这个不写还不行。。。服了,私有repo而已。。。还得比summary要长。。。敢不敢让人省点心
  14. DESC
  15. s.homepage = 'https://github.com/Phelthas'
  16. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  17. s.license = { :type => 'MIT', :file => 'LICENSE' }
  18. s.author = { 'billthas@gmail.com' => 'billthas@gmail.com' }
  19. s.source = { :git => 'http://svn.ouj.com:3000/billthas/OJAResourceLoaderManager.git', :tag => s.version.to_s }
  20. s.swift_version = '4.1'
  21. # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  22. s.ios.deployment_target = '8.0'
  23. s.source_files = 'OJAResourceLoaderManager/**/*'
  24. # s.resource_bundles = {
  25. # 'OJAResourceLoaderManager' => ['OJAResourceLoaderManager/Assets/*.png']
  26. # }
  27. # s.public_header_files = 'Pod/Classes/**/*.h'
  28. # s.frameworks = 'UIKit', 'MapKit'
  29. s.dependency 'AFNetworking', '~> 3.2.1'
  30. end