LGTeachingMaterialFramework.podspec 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #
  2. # Be sure to run `pod lib lint LGTeachingMaterialFramework.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 = 'LGTeachingMaterialFramework'
  10. s.version = '1.0.5'
  11. s.summary = 'A short description of LGTeachingMaterialFramework.'
  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://192.168.3.18:3000/pengshigui/LGTeachingMaterialFramework'
  21. s.license = { :type => 'MIT', :file => 'LICENSE' }
  22. s.author = { 'pengshigui' => 'gui950823@126.com' }
  23. s.source = { :git => 'http://192.168.3.18:3000/pengshigui/LGTeachingMaterialFramework.git', :tag => s.version.to_s }
  24. s.ios.deployment_target = '9.0'
  25. #系统依赖库
  26. s.frameworks = 'AudioToolbox', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MediaPlayer', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'UIKit', 'VideoToolbox', 'Accelerate'
  27. s.libraries = 'z', 'bz2', 'stdc++'
  28. s.requires_arc = true
  29. s.static_framework = true
  30. #需要包含的源文件
  31. s.source_files = 'LGTeachingMaterialFramework/Classes/LGTeachingMaterialFramework.framework/Headers/*.{h}'
  32. #你的SDK路径
  33. s.vendored_frameworks = 'LGTeachingMaterialFramework/Classes/LGTeachingMaterialFramework.framework'
  34. s.resources = 'LGTeachingMaterialFramework/Classes/LGTeachingMaterialFramework.bundle'
  35. s.dependency 'PSGChainedMode'
  36. s.dependency 'YJTaskMark'
  37. s.dependency 'YJMediaPlayer'
  38. s.dependency 'YJTaskModule'
  39. s.dependency 'LGAlertHUD'
  40. s.dependency 'YJNetManager'
  41. s.dependency 'YJExtensions'
  42. s.dependency 'YJPresentAnimation'
  43. s.dependency 'LGDictionary'
  44. s.dependency 'YJSearchController'
  45. s.dependency 'YJBaseModule'
  46. s.dependency 'MJExtension'
  47. s.dependency 'Masonry'
  48. s.dependency 'MarqueeLabel','3.2.0'
  49. s.dependency 'MJRefresh'
  50. s.dependency 'SDWebImage'
  51. s.dependency 'TFHpple'
  52. s.dependency 'ReactiveObjC'
  53. s.dependency 'BlocksKit'
  54. s.dependency 'XMLDictionary'
  55. s.dependency 'LGNote'
  56. s.dependency 'SGTools'
  57. s.dependency 'MSWeakTimer'
  58. s.dependency 'YJFontAlertView'
  59. s.dependency 'YJImageBrowser'
  60. end