Skip to content

Commit

Permalink
Merge pull request #322 from tang3w/bump/7.0.0
Browse files Browse the repository at this point in the history
Bump version to 7.0.0
  • Loading branch information
tang3w authored Jul 26, 2017
2 parents cfbf5f6 + 29890b5 commit 8e9c90c
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AVOS/AVOSCloud/Utils/UserAgent.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define SDK_VERSION @"v6.1.1"
#define SDK_VERSION @"v7.0.0"
2 changes: 1 addition & 1 deletion Podspec/AVOSCloud.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloud'
s.version = '6.1.1'
s.version = '7.0.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down
2 changes: 1 addition & 1 deletion Podspec/AVOSCloudCrashReporting.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudCrashReporting'
s.version = '6.1.1'
s.version = '7.0.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud Crash Reporting Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down
2 changes: 1 addition & 1 deletion Podspec/AVOSCloudIM.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudIM'
s.version = '6.1.1'
s.version = '7.0.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud IM Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down
37 changes: 37 additions & 0 deletions Podspec/AVOSCloudIMGroupChat.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudIMGroupChat'
s.version = '7.0.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'Group Chat Extension of LeanCloud IM Objective-C SDK'
s.authors = 'LeanCloud'
s.license = {
:type => 'Apache License, Version 2.0',
:file => 'LICENSE'
}

s.platform = :ios, :osx

s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'

s.source = {
:git => "https://github.com/leancloud/objc-sdk.git",
:tag => "#{s.version}"
}

s.requires_arc = true

s.source_files =
'AVOS/AVOSCloudIMGroupChat/AVIMReadReceiptMessage.h',
'AVOS/AVOSCloudIMGroupChat/AVOSCloudIMGroupChat.h',
'AVOS/AVOSCloudIMGroupChat/AVIMConversation+GroupChat.h',
'AVOS/AVOSCloudIMGroupChat/AVIMReadReceiptMessage.m',
'AVOS/AVOSCloudIMGroupChat/AVIMConversation+GroupChat.m'

s.public_header_files =
'AVOS/AVOSCloudIMGroupChat/AVIMReadReceiptMessage.h',
'AVOS/AVOSCloudIMGroupChat/AVOSCloudIMGroupChat.h',
'AVOS/AVOSCloudIMGroupChat/AVIMConversation+GroupChat.h'

s.dependency 'AVOSCloudIM', "#{s.version}"
end
2 changes: 1 addition & 1 deletion Podspec/AVOSCloudLiveQuery.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudLiveQuery'
s.version = '6.1.1'
s.version = '7.0.0'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud LiveQuery Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down

0 comments on commit 8e9c90c

Please sign in to comment.