[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / 0 / c / f / KAAOptional / 1.0.1 / KAAOptional.podspec.json
blob21e1a1022ecea6665d0137c38905f8d4fd023a64
2   "name": "KAAOptional",
3   "version": "1.0.1",
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.1"
20   },
21   "source_files": [
22     "Classes",
23     "KAAOptional/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude"