Skip to content

Commit

Permalink
Add Sauce.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed Jul 31, 2018
1 parent 6a4d1c9 commit 9195176
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Sauce/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
12 changes: 12 additions & 0 deletions Sauce.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "Sauce"
s.version = "0.0.1"
s.summary = "Mapping various keyboard layout sources and key codes in macOS. (e.g.: QWERTY, Dvorak)"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://github.com/Clipy/Sauce"
s.author = { "Econa77" => "s.f.1992.ip@gmail.com" }
s.source = { :git => "https://github.com/Clipy/Sauce.git", :tag => "v#{s.version}" }
s.platform = :osx, '10.9'
s.source_files = 'Lib/Sauce/*.swift'
s.frameworks = 'Carbon', 'Cocoa'
end

0 comments on commit 9195176

Please sign in to comment.