diff --git a/AESCrypt.podspec b/AESCrypt.podspec new file mode 100644 index 0000000..d3455d8 --- /dev/null +++ b/AESCrypt.podspec @@ -0,0 +1,10 @@ +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