Latest | 0.1.2 |
---|---|
Homepage | https://github.com/greedlab/GreedSocialSDK |
License | MIT |
Platforms | ios 6.0, requires ARC |
Dependencies | GreedTencentOpenAPI, GreedWeChatSDK-iOS, WeiboSDK, GreedCategory |
Frameworks | Foundation, UIKit |
Authors |
社交化SDK集成,包括QQ、微信、微博
Installation
pod ‘GreedSocialSDK’
Usage
所有方法详见GRSocial.h.可以用 [GRSocial getInstance]
单例的方法。
使用流程:register > 检测是否可用 > register> share或login.
Develop
有依赖的第三方库,所以lint
和push
时要加--use-libraries
$ pod lib lint GreedSocialSDK.podspec --use-libraries --verbose --allow-warnings
$ pod trunk push GreedSocialSDK.podspec --use-libraries --verbose --allow-warnings
Change Log
LICENSE
Latest podspec
{ "name": "GreedSocialSDK", "version": "0.1.2", "summary": "u793eu4ea4u5316SDKu96c6u6210", "homepage": "https://github.com/greedlab/GreedSocialSDK", "license": "MIT", "authors": { "Bell": "[email protected]" }, "platforms": { "ios": "6.0" }, "source": { "git": "https://github.com/greedlab/GreedSocialSDK.git", "tag": "0.1.2" }, "source_files": [ "GreedSocialSDK", "GreedSocialSDK/*.{h,m}" ], "resources": "GreedSocialSDK/Resource/*", "frameworks": [ "Foundation", "UIKit" ], "requires_arc": true, "dependencies": { "GreedTencentOpenAPI": [ "2.9.5.1" ], "GreedWeChatSDK-iOS": [], "WeiboSDK": [], "GreedCategory": [] } }
Wed, 22 Mar 2017 20:40:18 +0000