LGAfterschoolPlan.podspec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Pod::Spec.new do |s|
  2. s.name = 'LGAfterschoolPlan'
  3. s.version = '1.0.5'
  4. s.summary = 'A short description of LGAfterschoolPlanFramework.'
  5. s.description = <<-DESC
  6. TODO: Add long description of the pod here.
  7. DESC
  8. s.license = { :type => 'MIT', :file => 'LICENSE' }
  9. #s.homepage = 'https://github.com/GuiLQing/LGAfterschoolPlanFramework'
  10. #s.author = { 'GuiLQing' => 'gui950823@126.com' }
  11. #s.source = { :git => 'https://github.com/GuiLQing/LGAfterschoolPlanFramework.git', :tag => s.version.to_s }
  12. s.homepage = 'http://192.168.3.18:3000/pengshigui/LGAfterschoolPlanFramework'
  13. s.author = { 'pengshigui' => 'gui950823@126.com' }
  14. s.source = { :git => 'http://192.168.3.18:3000/pengshigui/LGAfterschoolPlanFramework.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 = 'LGAfterschoolPlanFramework/Classes/LGAfterschoolPlanFramework.framework/Headers/*.{h}'
  23. #你的SDK路径
  24. s.vendored_frameworks = 'LGAfterschoolPlanFramework/Classes/LGAfterschoolPlanFramework.framework'
  25. s.resources = 'LGAfterschoolPlanFramework/Classes/LGAfterschoolPlanFramework.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 'MarqueeLabel','3.2.0'
  34. s.dependency 'MBProgressHUD'
  35. s.dependency 'YYText'
  36. s.dependency 'MJExtension'
  37. s.dependency 'YJTaskMark'
  38. s.dependency 'YJPresentAnimation'
  39. s.dependency 'SG_Clock'
  40. s.dependency 'SGTools'
  41. s.dependency 'PSGChainedMode'
  42. s.dependency 'WZLBadge'
  43. end