blob: 0884caa2c5948c7aa46a5fec8cb9416c56f5dbac [file] [log] [blame]
{
"name": "OperatorExtensions",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OperatorExtensions/Classes/**/*"
}