Sha256: 0b88c417583cca1164591ca369a76db386ea9801f9c477b2deeee602697ff58f

Contents?: true

Size: 1.64 KB

Versions: 7

Compression:

Stored size: 1.64 KB

Contents

#
# Be sure to run `pod lib lint a.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
  s.name             = "a"
  s.version          = "0.1.0"
  s.summary          = "a 腾讯云iOS-SDK组件"

# This description is used to generate tags and improve search results.
#   * Think: What does it do? Why did you write it? What is the focus?
#   * Try to keep it short, snappy and to the point.
#   * Write the description between the DESC delimiters below.
#   * Finally, don't worry about the indent, CocoaPods strips it!

  s.description      = <<-DESC
TODO: Add long description of the pod here.aaa
                       DESC

  s.homepage         = "https://cloud.tencent.com/"
  # s.screenshots     = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
  s.license          = 'MIT'
  s.author           = { "QCloudTerminalLab" => "g_PDTC_storage_DEV_terminallab@tencent.com" }
  s.source           = { :git => "http://git.code.oa.com/qcloud-terminal/a.git", :tag => s.version.to_s }
  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  s.ios.deployment_target = '6.0'
  s.source_files = 'Pod/Classes/**/*'

  # s.public_header_files = 'Pod/Classes/**/*.h'
  # s.frameworks = 'UIKit', 'MapKit'
  # s.dependency 'AFNetworking', '~> 2.3'
  s.dependency 't' , "1.1.1"
  s.requires_arc = true
  s.module_name = "xxx"
  s.prepare_command = <<-CMD
  xxx
  CMD
  s.compiler_flags = '-DOS_OBJECT_USE_OBJC=0', '-Wno-format'
  s.frameworks = 'QuartzCore', 'CoreData'

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
qricker-0.1.13 test/a/a.podspec
qricker-0.0.12 test/a/a.podspec
qricker-0.0.10 test/a/a.podspec
qricker-0.0.9 test/a/a.podspec
qricker-0.0.8 test/a/a.podspec
qricker-0.0.7 test/a/a.podspec
qricker-0.0.6 test/a/a.podspec