From 0a3847d585f2360398d388828e9e902d531a4cd3 Mon Sep 17 00:00:00 2001 From: Yeung Yiu Hung Date: Sat, 3 Oct 2015 12:19:28 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8674b72..c2a1711 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ SocialLib is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: -Install all platform (Facebook, Twitter, Tumblr, Weibo and Weixin) +Install all platform (Facebook, Twitter, Tumblr, Instagram, Weibo and Weixin) ```ruby pod 'SocialLib' ``` @@ -20,6 +20,7 @@ For specific social platform, use subspec pod 'SocialLib/Facebook' pod 'SocialLib/Twitter' pod 'SocialLib/Tumblr' +pod 'SocialLib/Instagram' pod 'SocialLib/Weibo' pod 'SocialLib/Weixin' ```