Sha256: 7cf3fe034e0d62ea3542d4b62a0b9e831703ab6bb0135d1c2f1c4462c78d00be
Contents?: true
Size: 1.43 KB
Versions: 7
Compression:
Stored size: 1.43 KB
Contents
# # Be sure to run `pod lib lint t.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 = "t" s.version = "0.1.0" s.summary = "t 腾讯云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/t.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' end
Version data entries
7 entries across 7 versions & 1 rubygems