LGEnglishTraining.podspec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Pod::Spec.new do |s|
  2. s.name = 'LGEnglishTraining'
  3. s.version = '1.0.4'
  4. s.summary = 'A short description of LGEnglishTrainingFramework.'
  5. s.description = <<-DESC
  6. TODO: Add long description of the pod here.
  7. DESC
  8. #s.homepage = 'https://github.com/GuiLQing/LGEnglishTrainingFramework'
  9. s.homepage = 'http://192.168.3.18:3000/pengshigui/LGEnglishTrainingFramework'
  10. s.license = { :type => 'MIT', :file => 'LICENSE' }
  11. #s.author = { 'GuiLQing' => 'gui950823@126.com' }
  12. s.author = { 'pengshigui' => 'gui950823@126.com' }
  13. #s.source = { :git => 'https://github.com/GuiLQing/LGEnglishTrainingFramework.git', :tag => s.version.to_s }
  14. s.source = { :git => 'http://192.168.3.18:3000/pengshigui/LGEnglishTrainingFramework.git', :tag => s.version.to_s }
  15. s.ios.deployment_target = '9.0'
  16. #系统依赖库
  17. s.frameworks = 'AudioToolbox', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MediaPlayer', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'UIKit', 'VideoToolbox', 'Accelerate'
  18. s.libraries = 'z', 'bz2', 'stdc++'
  19. s.requires_arc = true
  20. s.static_framework = true
  21. #需要包含的源文件
  22. s.source_files = 'LGEnglishTrainingFramework/Classes/LGEnglishTrainingFramework.framework/Headers/*.{h}'
  23. #你的SDK路径
  24. s.vendored_frameworks = 'LGEnglishTrainingFramework/Classes/LGEnglishTrainingFramework.framework'
  25. s.resources = 'LGEnglishTrainingFramework/Classes/LGEnglishTrainingFramework.bundle'
  26. s.dependency 'AFNetworking'
  27. s.dependency 'Masonry'
  28. s.dependency 'JSONModel'
  29. s.dependency 'SDWebImage'
  30. s.dependency 'Reachability'
  31. s.dependency 'ReactiveObjC'
  32. s.dependency 'MJRefresh'
  33. s.dependency 'Charts','3.1.1'
  34. s.dependency 'MarqueeLabel','3.2.0'
  35. s.dependency 'MBProgressHUD'
  36. s.dependency 'YYText'
  37. s.dependency 'MJExtension'
  38. s.dependency 'YJTaskMark'
  39. s.dependency 'YJMediaPlayer'
  40. s.dependency 'YJPresentAnimation'
  41. s.dependency 'SGTools'
  42. s.dependency 'PSGChainedMode'
  43. s.dependency 'YJSearchController'
  44. end