Skip to content

Instantly share code, notes, and snippets.

@gabriel
Last active January 2, 2016 04:09
Show Gist options
  • Save gabriel/8248291 to your computer and use it in GitHub Desktop.
Save gabriel/8248291 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "CryptoPill"
s.version = "1.0.1"
s.summary = "CryptoPill is the crypto code used by Core Secret"
s.homepage = "https://github.com/seb-m/CryptoPill"
s.license = 'MIT'
s.author = { "Sébastien Martini" => "seb@dbzteam.org" }
s.source = { :git => "https://github.com/seb-m/CryptoPill", :tag => "1.0.1" }
s.platform = :ios, '7.0'
s.dependency 'libsodium-ios'
s.source_files = 'CryptoPill/**/*.{c,h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment