Skip to content

Commit

Permalink
release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lzwjava committed Jul 30, 2015
1 parent a0820b5 commit e2903c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LeanCloudSocial.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "LeanCloudSocial"
s.version = "0.0.4"
s.version = "0.0.5"
s.summary = "LeanCloud iOS Social SDK for mobile backend."
s.homepage = "https://leancloud.cn"
s.license = { :type => "Commercial", :text => "© Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html" }
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ xcodebuild -target UniversalFramework -config Release
## 发布日志
发布流程:更改 podspec 版本,打 tag,推送到仓库,执行`pod trunk push LeanCloudSocial.podspec --verbose --allow-warnings --use-libraries`

0.0.5
重构部分函数,使命名更符合 Cocoa 规范

0.0.4
支持微信 SSO 登录,对 -[AVOSCloudSNS loginWithCallback:toPlatform] 第二个参数传入 AVOSCloudSNSWeiXin 即可。
同时提供 -[AVOSCloudSNS isAppInstalledWithType] 来检测相应的应用有没安装。
Expand Down

0 comments on commit e2903c4

Please sign in to comment.