From 944328e42da7480d8b21fd2349d1822c6d778bb4 Mon Sep 17 00:00:00 2001 From: Sascha Schwabbauer Date: Sun, 16 Feb 2014 16:00:14 +0100 Subject: [PATCH] Updated README and PodSpec --- README.md | 22 +++++++++++++++++++++- SSCWhatsAppActivity.podspec | 26 +++++++++++++++----------- 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c5de2dc..5959fa8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # SSCWhatsAppActivity -#### A UIActivity subclass for sharing messages with WhatsApp. +[![Version](http://cocoapod-badges.herokuapp.com/v/SSCWhatsAppActivity/badge.png)](http://cocoadocs.org/docsets/foo) +[![Platform](http://cocoapod-badges.herokuapp.com/p/SSCWhatsAppActivity/badge.png)](http://cocoadocs.org/docsets/foo) + +## Requirements + +iOS 6.0+ is required. + +## Installation + +SSCWhatsAppActivity is available through [CocoaPods](http://cocoapods.org), to install +it simply add the following line to your Podfile: + + pod "SSCWhatsAppActivity" ## Usage @@ -18,3 +30,11 @@ Typical usage will look something like this: Have a look at the demo app to see it in context. ![Demo screenshot](https://raw.github.com/sascha/SSCWhatsAppActivity/master/screenshot.png) + +## Author + +Sascha Schwabbauer, sascha.schwabbauer@me.com + +## License + +foo is available under the MIT license. See the LICENSE file for more info. diff --git a/SSCWhatsAppActivity.podspec b/SSCWhatsAppActivity.podspec index 7d63011..a8201e4 100644 --- a/SSCWhatsAppActivity.podspec +++ b/SSCWhatsAppActivity.podspec @@ -1,13 +1,17 @@ Pod::Spec.new do |s| - s.platform = :ios, '6.0' - s.name = "SSCWhatsAppActivity" - s.version = "1.0" - s.summary = "A UIActivity subclass for sharing messages with WhatsApp." - s.homepage = "https://github.com/sascha/SSCWhatsAppActivity" - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { "Sascha Schwabbauer" => "sascha.schwabbauer@me.com" } - s.source = { :git => "https://github.com/sascha/SSCWhatsAppActivity.git", :tag => s.version.to_s } - s.source_files = 'SSCWhatsAppActivity/*.{h,m}' - s.resources = 'SSCWhatsAppActivity/*.png' - s.requires_arc = true + s.name = "SSCWhatsAppActivity" + s.version = "1.0" + s.summary = "A UIActivity subclass for sharing messages with WhatsApp." + s.homepage = "https://github.com/sascha/SSCWhatsAppActivity" + s.screenshots = "https://raw.github.com/sascha/SSCWhatsAppActivity/master/screenshot.png" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Sascha Schwabbauer" => "sascha.schwabbauer@me.com" } + s.source = { :git => "https://github.com/sascha/SSCWhatsAppActivity.git", :tag => s.version.to_s } + s.social_media_url = 'https://twitter.com/NAME' + + s.platform = :ios, '6.0' + s.requires_arc = true + + s.source_files = 'SSCWhatsAppActivity/*.{h,m}' + s.resources = 'SSCWhatsAppActivity/*.png' end \ No newline at end of file