[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / c / RijndaelSwift / 0.2.0 / RijndaelSwift.podspec.json
blobdeb392275cb1c7118993b5cd2fa3dd4d6de79f53
2   "name": "RijndaelSwift",
3   "version": "0.2.0",
4   "summary": "Simple Rijndael implementation in Swift",
5   "description": "Simple Rijndael implementation in Swift, support key size in [128, 192, 256], block size in [128, 192, 256].",
6   "homepage": "https://github.com/superk589/RijndaelSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "superk": "superk589@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/superk589/RijndaelSwift.git",
22     "tag": "0.2.0"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation"