Skip to content

Commit 6a1dd76

Browse files
author
erichmzhang
committed
New refactored COSV4 framework
1 parent 417b6b7 commit 6a1dd76

File tree

97 files changed

+7566
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+7566
-0
lines changed

QCloudNewCOSV4.podspec

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#
2+
# Be sure to run `pod lib lint QCloudCOS.podspec' to ensure this is a
3+
# valid spec before submitting.
4+
#
5+
# Any lines starting with a # are optional, but their use is encouraged
6+
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
7+
#
8+
9+
Pod::Spec.new do |s|
10+
s.name = "QCloudNewCOSV4"
11+
s.version = "5.2.0"
12+
s.summary = "New refactored COSV4 framework"
13+
14+
s.description = <<-DESC
15+
TODO: Add long description of the pod here.aaa
16+
DESC
17+
18+
s.homepage = "http://git.code.oa.com/qcloud-terminal/QCloudCOS"
19+
s.license = 'MIT'
20+
s.author = { "QCloud Terminal Team" => "QCloudTerminalTeam" }
21+
s.source = { :git => "https://github.com/tencentyun/qcloud-sdk-ios.git", :tag => s.version.to_s }
22+
s.ios.deployment_target = '8.0'
23+
s.source_files = 'QCloudNewCOSV4/Pod/Classes/**/*'
24+
25+
s.dependency 'QCloudCore','5.2.0'
26+
27+
end

0 commit comments

Comments
 (0)