blob: c890b7512211d8fa4a0fbc13aa3d7396bfc2e0f9 [file] [log] [blame]
{
"name": "OperatorExtensions",
"version": "0.1.0",
"summary": "Provides additional operators currently not supported in Swift.",
"description": "Provides additional operators currently not supported in Swift.\n- Logical boolean operators (AND, OR, NOT, IMPL, XOR, XNOR, NAND, NOR)\n- Logical boolean assignment operators (&&=, ||=, ^^=, ...).",
"homepage": "https://github.com/3ph/OperatorExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"3ph": "instantni.med@gmail.com"
},
"source": {
"git": "https://github.com/3ph/OperatorExtensions.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OperatorExtensions/Classes/**/*",
"pushed_with_swift_version": "3.0"
}