[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 7 / c / VPCCMCrypt / 0.0.1 / VPCCMCrypt.podspec.json
blob4f5b8eac688e0aedd76872f26a2f4f71c8e300ae
2   "name": "VPCCMCrypt",
3   "version": "0.0.1",
4   "summary": "AES/CCM Implementation in Objective-C with Streaming Support.",
5   "description": "                        Features:\n        \n                        * AES/128 - ECB Mode\n                        * Streaming support for large files\n                        * Data to Data Encryption/Decryption\n                        * File to File Encryption/Decryption\n                        * Stream Encryption/Decryption which allows you to upload each chunk of data to server\n                        * It uses only 16kb of memory for all operations\n  \n",
6   "homepage": "https://github.com/billp/VPCCMCrypt ",
7   "license": "LGPL",
8   "authors": {
9     "Bill Panagiotopoulos": "mazz3x@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/billp/VPCCMCrypt.git",
13     "tag": "0.0.1"
14   },
15   "source_files": [
16     "lib",
17     "lib/**/*.{h,m}"
18   ],
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true,
21   "platforms": {
22     "ios": null
23   }