Sha256: 9e2092d9f65ea536c22a86024c3bc03d5f3d854fb44af6aa6a65bc97f7f4da65

Contents?: true

Size: 925 Bytes

Versions: 7

Compression:

Stored size: 925 Bytes

Contents

Pod::Spec.new do |s|
  s.name             = '${POD_NAME}'
  s.version          = '0.1.0'
  s.summary          = 'A short description of ${POD_NAME}.'
  s.description      = <<-DESC
TODO: Add long description of the pod here.
                       DESC

  s.homepage         = 'http://gitlab.yeahka.com/App/iOS/YKComponents/${POD_NAME}'
  s.author           = { '${USER_NAME}' => '${USER_EMAIL}' }
  s.source           = { :git => 'http://gitlab.yeahka.com/App/iOS/YKComponents/${POD_NAME}.git', :tag => s.version.to_s }
  s.ios.deployment_target = '9.0'
  s.source_files = '${POD_NAME}/Classes/**/*'

  s.prefix_header_file = '${POD_NAME}/Classes/Private/Business/${POD_NAME}PrefixHeader.pch'


  s.public_header_files = '${POD_NAME}/Classes/Public/**/*.h'


  s.dependency "YKCategoryComponent"
  s.dependency "YKModuleLifeCircleComponent"
  s.dependency "YKRouterComponent"
  s.dependency "YKModuleServiceComponent"

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yk_command-0.5.7 lib/yk_command/project/YKProjectTemplate/NAME.podspec
yk_command-0.5.6 lib/yk_command/project/YKProjectTemplate/NAME.podspec
yk_command-0.5.5 lib/yk_command/project/YKProjectTemplate/NAME.podspec
yk_command-0.5.4 lib/yk_command/project/YKProjectTemplate/NAME.podspec
yk_command-0.5.3 lib/yk_command/project/YKProjectTemplate/NAME.podspec
yk_command-0.5.2 lib/yk_command/project/YKProjectTemplate/NAME.podspec
yk_command-0.5.1 lib/yk_command/project/YKProjectTemplate/NAME.podspec