[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 1 / e / OperatorExtensions / 0.1.1 / OperatorExtensions.podspec.json
blob0884caa2c5948c7aa46a5fec8cb9416c56f5dbac
2   "name": "OperatorExtensions",
3   "version": "0.1.1",
4   "summary": "Provides additional operators currently not supported in Swift.",
5   "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 (&&=, ||=, ^^=, ...).",
6   "homepage": "https://github.com/3ph/OperatorExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "3ph": "instantni.med@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/3ph/OperatorExtensions.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "OperatorExtensions/Classes/**/*"