From 86f9bb1fcda3aa9268433e9b18afbd2b708c4811 Mon Sep 17 00:00:00 2001 From: Lee Crossley Date: Sun, 25 Aug 2013 11:47:21 +0100 Subject: [PATCH] Add Social Message plugin reference for Cordova >= 3.0.0 --- iOS/SocialMessage/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 iOS/SocialMessage/README.md diff --git a/iOS/SocialMessage/README.md b/iOS/SocialMessage/README.md new file mode 100644 index 0000000..28e12a2 --- /dev/null +++ b/iOS/SocialMessage/README.md @@ -0,0 +1,11 @@ +### Social Message Plugin for Apache Cordova >= 3.0.0 + +[Maintained repository here](https://github.com/leecrossley/cordova-plugin-social-message) for more details and usage. + +### 1 step install: + +``` +cordova plugin add https://github.com/leecrossley/cordova-plugin-social-message.git +``` +

+Plugin by [Lee Crossley](http://ilee.co.uk). \ No newline at end of file