[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 0 / AES256Swift / 1.1.0 / AES256Swift.podspec.json
blob06f6a37398d441e53807599847883f4749ba40b3
2   "name": "AES256Swift",
3   "version": "1.1.0",
4   "summary": "快速实现aes256的加码和解码",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fuzhaorui/AES256Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FZR": "595878709@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fuzhaorui/AES256Swift.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "swift_versions": "5.0",
24   "source_files": "AES256Swift/Classes/**/*",
25   "public_header_files": "AES256Swift/Classes/**/*.h",
26   "swift_version": "5.0"