blob: ee7962ad360b1c773270cb7c8d68703f04af61f5 [file] [log] [blame]
{
"name": "GXTDEncrption",
"version": "1.0.1",
"summary": "swift版本 RSA+DES加解密",
"description": "It used for encrypt parameter and paser json response.",
"homepage": "https://git.lug.ustc.edu.cn/GuoXinJingAn/gxtdencrption.swift.git",
"license": "MIT",
"authors": {
"wenshiming": "7672699904@qq.com"
},
"source": {
"git": "https://git.lug.ustc.edu.cn/GuoXinJingAn/gxtdencrption.swift.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": [
"GXTDEncrption/swift/*.{h,m,swift}",
"GXTDEncrption/CommonCrypto/*.modulemap"
],
"preserve_paths": "GXTDEncrption/CommonCrypto/module.modulemap",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/gxtdencrption.swift/GXTDEncrption/CommonCrypto"
}
}