[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / f / KAAOptional / 1.0.2 / KAAOptional.podspec.json
blob88ae8764c0c12d477e4b29680d5f1866cdd1047c
2   "name": "KAAOptional",
3   "version": "1.0.2",
4   "summary": "Optionals for Objective-C",
5   "description": "KAAOptional provides Optionals with following features:\n1) Generics\n2) Dot notations\n3) Chaining!\n4) Dictionary subscription now returns Optionals!\n5) Optionals don't crash on message which they don't know. (Same way as nil)\n6) Optionals proxy messages to it's content!\n7) Interoperable with swift!\n8) Java 8 syntax",
6   "homepage": "https://github.com/neisip/KAAOptional",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Kazartsev": "alex.a.kazartsev@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/neisip/KAAOptional.git",
19     "tag": "1.0.2"
20   },
21   "source_files": [
22     "Classes",
23     "KAAOptional/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude"