[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 3 / e / GXTDEncrption / 1.0.2 / GXTDEncrption.podspec.json
blob33c2ffec522fda0e95f54f75b8a611434c3243d8
2   "name": "GXTDEncrption",
3   "version": "1.0.2",
4   "summary": "swift版本 RSA+DES加解密",
5   "description": "It used for encrypt parameter and paser json response.",
6   "homepage": "https://git.lug.ustc.edu.cn/GuoXinJingAn/gxtdencrption.swift.git",
7   "license": "MIT",
8   "authors": {
9     "wenshiming": "7672699904@qq.com"
10   },
11   "source": {
12     "git": "https://git.lug.ustc.edu.cn/GuoXinJingAn/gxtdencrption.swift.git",
13     "tag": "v1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "source_files": "GXTDEncrption/swift/*.{h,m,swift}",
21   "preserve_paths": "GXTDEncrption/CommonCrypto/module.modulemap",
22   "xcconfig": {
23     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/gxtdencrption.swift/GXTDEncrption/CommonCrypto"
24   }