blob: 06e0abc937ac643bd4337567d3c215b238d1764b [file] [log] [blame]
{
"name": "SSLE",
"version": "0.0.1",
"summary": "SSLE.",
"description": "Swift Standard Library Extension",
"homepage": "https://github.com/ccxdd/SSLE",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ccxdd": "e_xiaodong@hotmail.com"
},
"platforms": {
"ios": "9.0"
},
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.2",
"source": {
"git": "https://github.com/ccxdd/SSLE.git",
"tag": "0.0.1"
},
"source_files": "Sources/*/*.swift",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
"~> 0.13"
]
}
}