blob: d5d7d9bd3292427bcd5d8c84b97d57947b824dbd [file] [log] [blame]
{
"name": "SSLE",
"version": "0.0.22",
"summary": "Swift Extension.",
"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.22"
},
"source_files": "Sources/*/*.swift",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
"~> 0.13"
]
}
}