| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- Pod::Spec.new do |s|
- s.name = 'LGEnglishTraining'
- s.version = '1.0.7'
- s.summary = 'A short description of LGEnglishTrainingFramework.'
-
- s.description = <<-DESC
- TODO: Add long description of the pod here.
- DESC
-
- #s.homepage = 'https://github.com/GuiLQing/LGEnglishTrainingFramework'
- s.homepage = 'http://192.168.3.18:3000/pengshigui/LGEnglishTrainingFramework'
- s.license = { :type => 'MIT', :file => 'LICENSE' }
- #s.author = { 'GuiLQing' => 'gui950823@126.com' }
- s.author = { 'pengshigui' => 'gui950823@126.com' }
- #s.source = { :git => 'https://github.com/GuiLQing/LGEnglishTrainingFramework.git', :tag => s.version.to_s }
- s.source = { :git => 'http://192.168.3.18:3000/pengshigui/LGEnglishTrainingFramework.git', :tag => s.version.to_s }
- s.ios.deployment_target = '9.0'
-
- #系统依赖库
- s.frameworks = 'AudioToolbox', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MediaPlayer', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'UIKit', 'VideoToolbox', 'Accelerate'
- s.libraries = 'z', 'bz2', 'stdc++'
- s.requires_arc = true
- s.static_framework = true
-
- #需要包含的源文件
- s.source_files = 'LGEnglishTrainingFramework/Classes/LGEnglishTrainingFramework.framework/Headers/*.{h}'
-
- #你的SDK路径
- s.vendored_frameworks = 'LGEnglishTrainingFramework/Classes/LGEnglishTrainingFramework.framework'
-
- s.resources = 'LGEnglishTrainingFramework/Classes/LGEnglishTrainingFramework.bundle'
-
- s.dependency 'AFNetworking'
- s.dependency 'Masonry'
- s.dependency 'JSONModel'
- s.dependency 'SDWebImage'
- s.dependency 'Reachability'
- s.dependency 'ReactiveObjC'
- s.dependency 'MJRefresh'
- s.dependency 'Charts','3.1.1'
- s.dependency 'MarqueeLabel','3.2.0'
- s.dependency 'MBProgressHUD'
- s.dependency 'YYText'
- s.dependency 'MJExtension'
- s.dependency 'YJTaskMark'
- s.dependency 'YJMediaPlayer'
- s.dependency 'YJPresentAnimation'
- s.dependency 'SGTools'
- s.dependency 'PSGChainedMode'
- s.dependency 'YJSearchController'
-
- end
|