[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 4 / e / c / RijndaelSwift / 0.1.2 / RijndaelSwift.podspec.json
blob57804fcf2435a61a1841d8f7f750f20d525d5d3b
2   "name": "RijndaelSwift",
3   "version": "0.1.2",
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.1.2"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "pushed_with_swift_version": "4.0"