diff options
| author | Tomáš Znamenáček | 2015-01-09 11:53:46 +0100 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-09 11:53:46 +0100 | 
| commit | 179dcd6cc20ddc83d5a5b244d87be875bf0360e1 (patch) | |
| tree | b4bd274b82be67a5f67fde6d98d61de91e01cdae | |
| parent | 2bbdbbfff998d928a2f10126c0b22d28dbc5ccdd (diff) | |
| download | MASShortcut-179dcd6cc20ddc83d5a5b244d87be875bf0360e1.tar.bz2 | |
Trivial podspec whitespace fixes.
| -rw-r--r-- | MASShortcut.podspec | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/MASShortcut.podspec b/MASShortcut.podspec index f3299c1..8cf824f 100644 --- a/MASShortcut.podspec +++ b/MASShortcut.podspec @@ -1,5 +1,5 @@  Pod::Spec.new do |s| -  s.name	              = 'MASShortcut' +  s.name                  = 'MASShortcut'    s.version               = '2.0.1'    s.summary               = 'Modern framework for managing global keyboard shortcuts compatible with Mac App Store'    s.homepage              = 'https://github.com/shpakovski/MASShortcut' | 
