blob: 74ff9bbc51c522ac4ba4192cdf3f9cd41f3189af [file] [log] [blame]
{
"name": "ZenSwift",
"version": "0.1.14",
"swift_version": "4.0",
"summary": "ZenSwift is a collection of Swift stdlib extensions.",
"description": "ZenSwift is a collection of convenient and concise extensions of Swift standard library.",
"homepage": "https://github.com/roland19deschain/ZenSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexey Roik": "roland19deschain@gmail.com"
},
"source": {
"git": "https://github.com/roland19deschain/ZenSwift.git",
"tag": "0.1.14"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ZenSwift/**/*{swift}"
}