blob: 21e1a1022ecea6665d0137c38905f8d4fd023a64 [file] [log] [blame]
{
"name": "KAAOptional",
"version": "1.0.1",
"summary": "Optionals for Objective-C",
"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",
"homepage": "https://github.com/neisip/KAAOptional",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Kazartsev": "alex.a.kazartsev@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/neisip/KAAOptional.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"KAAOptional/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}