TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Mar 2016 |
SPMSupports SPM | ✗ |
Maintained by Shannon Wu.
Just like openshare and MonkeyKing, Cupid helps you post messages or do OAuth to Social Networks. And more service providers is on the schedule. In fact, the network interface is the same as MonkeyKing
. So why a new share SDK?
You can check this article in Chinese to learn more about share architecture in our coming new version client.
Not like demo of many library, this library’s demo’s logic is very similar to our architecture in our in programming new version client. The MainViewController
is just like share sheet, though our client is coming with a much more beautiful interface. The ShareManager
is our central hub for communication between the library and our app logic. The NotificationManager is used for notification. So this demo does not show all the functionality of this library
If you want to share to Alipay, you must configure the app id and the bundle id to match your register to Alipay. If you have any questions, feel free to contact me or open an issue.
ShareActivity
to create custom share UIActivity.A quick peek of the demo, but just with the interface screenshot. Download it to try!
Swift 2.0+, iOS 8.0+
It’s recommended to use CocoaPods or Carthage.
You can check the Cupid Demo to learn its usage, and also I recommend you to read this article to learn how we integrate this library into our own production code base.
Shannon Wu
Twitter: @inatu_
Weibo: inatu
E-mail: [email protected]
Great thanks to the creators and contributors of MonkeyKing
, many methods are directly from it.
Cupid is available under the MIT License license. See the LICENSE file for more info.