Skip to content

Instantly share code, notes, and snippets.

@czak
Created January 19, 2013 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save czak/4573891 to your computer and use it in GitHub Desktop.
Save czak/4573891 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "AESCrypt"
s.version = "0.0.1"
s.summary = "Simple AES encryption / decryption for iOS and OS X."
s.homepage = "https://github.com/Gurpartap/AESCrypt-ObjC"
s.license = 'MIT'
s.author = { "Gurpartap Singh" => "contact@gurpartap.com" }
s.source = { :git => "https://github.com/Gurpartap/AESCrypt-ObjC.git", :commit => "6fa7a4f95d3cb5ada117e8a96b7a9eacaf0457ae" }
s.source_files = '*.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment