There are a lot of social share libraries like ShareKit, but for my case they where too complicated to integrate or too big for my project. So i decided to build my own share library.

The current version supports:

  • Facebook
  • Twitter (iOS 5)
  • Mail
  • Open in Safari

The  static-library is very small and uses the original facebook-for-ios sdk from facebook.

For JSON it uses JSONKit instead of SBJSON (with a little wrapper for the facebook-ios-sdk).

The library is licensed under Apache License 2.0 and you can get the source here:

https://github.com/x2on/simple-share-ios

The project also includes a iOS demo application.