Created
January 19, 2013 17:46
-
-
Save czak/4573891 to your computer and use it in GitHub Desktop.
Podspec for https://github.com/Gurpartap/AESCrypt-ObjC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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