luozhiping

# commit podspec

  1 +Pod::Spec.new do |s|
  2 + s.name = 'HHPhotoPicker'
  3 + s.version= "0.0.1"
  4 +
  5 + s.summary = '和缓相册选择器'
  6 +
  7 + s.description = <<-DESC
  8 + TODO: Add long description of the pod here.
  9 + DESC
  10 +
  11 + s.homepage = 'git@code.hh-medic.com:hh_public/HHPhotoPickerPro.git'
  12 + # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  13 + s.license = { :type => 'MIT', :file => 'LICENSE' }
  14 + s.author = { 'hh_client@hh-medic.com' => 'luozhiping@hh-medic.com' }
  15 + s.source = { :git => 'https://code.hh-medic.com/hh_public/HHPhotoPickerPro', :branch => 'develop' }
  16 + # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  17 +
  18 + s.source_files = 'HHPhotoPicker.framework/Headers/*.*'
  19 +
  20 + s.vendored_frameworks = 'HHPhotoPicker.framework'
  21 +
  22 + s.frameworks = 'SystemConfiguration', 'AVFoundation', 'Accelerate'
  23 + s.libraries = 'c++','resolv'
  24 +
  25 + s.ios.deployment_target = '9.0'
  26 +
  27 + s.pod_target_xcconfig = {
  28 + 'OTHER_LDFLAGS' => '-ObjC',
  29 + 'ENABLE_BITCODE' => 'NO',
  30 + 'ARCHS' => ['arm64']
  31 + }
  32 +end
1 # 和缓最新相册选择器接入文档 1 # 和缓最新相册选择器接入文档
2 2
3 # 1,使用pod方式集成: 3 # 1,使用pod方式集成:
4 - pod "HHDoctor", :git => "https://code.hh-medic.com/hh_public/hh.iOS.photopicker.git", :branch => "develop" 4 + pod "HHPhotoPicker", :git => "https://code.hh-medic.com/hh_public/HHPhotoPickerPro.git", :branch => "develop"
5 5
6 # 2,导入头文件 6 # 2,导入头文件
7 import HHPhotoPicker 7 import HHPhotoPicker