2 "name": "HCObjectSwitch",
4 "summary": "A simple way to implement object based switch-like statements in Objective-C using blocks.",
5 "description": " Objective-C's switch statements only work on primitive types that are constant at compile time.\n However, many Objective-C APIs expect the developer to determine their behaviour based on identifiers passed in as NSString.\n To deal with this, HCObjectSwitch adds a simple syntax that is very similar to the native switch statement.\n In order to avoid clashing with the native syntax, all keywords start with a capital letter.\n",
6 "homepage": "https://github.com/hypercrypt/HCObjectSwitch",
12 "Klaus-Peter Dudas": "klaus@hypercrypt.net"
19 "git": "https://github.com/hypercrypt/HCObjectSwitch.git",
22 "source_files": "HCObjectSwitch/*.{h,m}",
23 "public_header_files": "HCObjectSwitch/*.{h}",
24 "frameworks": "Foundation",