diff options
| author | Paulo F. Andrade | 2014-09-17 16:47:37 +0100 |
|---|---|---|
| committer | Paulo F. Andrade | 2014-09-17 16:47:37 +0100 |
| commit | 724376092de61df8cb90b5b5d81ae0c30bcd1b24 (patch) | |
| tree | 7f62cd0891ef21504407f01b91b5e0877b9ae00e /MASShortcut.podspec | |
| parent | da2773633059df112bd3c25fc8ae633f73c9f42b (diff) | |
| parent | a5c2e159354c8474579d96971a9103f3f11c1e39 (diff) | |
| download | MASShortcut-724376092de61df8cb90b5b5d81ae0c30bcd1b24.tar.bz2 | |
Updated MASShortcut
Diffstat (limited to 'MASShortcut.podspec')
| -rw-r--r-- | MASShortcut.podspec | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MASShortcut.podspec b/MASShortcut.podspec new file mode 100644 index 0000000..22afc6b --- /dev/null +++ b/MASShortcut.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'MASShortcut' + s.version = '1.2.3' + s.summary = 'Modern framework for managing global keyboard shortcuts compatible with Mac App Store' + s.homepage = 'https://github.com/sonoramac/MASShortcut' + s.authors = { 'Vadim Shpakovski' => 'vadim@shpakovski.com' } + s.license = 'BSD 2-clause' + + s.source = { :git => 'git@github.com:shpakovski/MASShortcut.git', :tag => '1.2.3' } + s.source_files = '*.{h,m}' + s.framework = 'Carbon' + s.requires_arc = true +end |
