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