[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 3 / e / GXTDEncrption / 1.0.1 / GXTDEncrption.podspec.json
blobee7962ad360b1c773270cb7c8d68703f04af61f5
2   "name": "GXTDEncrption",
3   "version": "1.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "source_files": [
21     "GXTDEncrption/swift/*.{h,m,swift}",
22     "GXTDEncrption/CommonCrypto/*.modulemap"
23   ],
24   "preserve_paths": "GXTDEncrption/CommonCrypto/module.modulemap",
25   "xcconfig": {
26     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/gxtdencrption.swift/GXTDEncrption/CommonCrypto"
27   }