[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / 7 / 2 / HCObjectSwitch / 1.0.0 / HCObjectSwitch.podspec.json
blob49e5a9e147850ab72d0c3165040405444166b322
2   "name": "HCObjectSwitch",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Klaus-Peter Dudas": "klaus@hypercrypt.net"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/hypercrypt/HCObjectSwitch.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "HCObjectSwitch/*.{h,m}",
23   "public_header_files": "HCObjectSwitch/*.{h}",
24   "frameworks": "Foundation",
25   "requires_arc": true