[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / 7 / b / c / Switchary / 0.1.1 / Switchary.podspec.json
blobdcefda90ef295ffc6b8e9d939d32866ad954ba69
2   "name": "Switchary",
3   "version": "0.1.1",
4   "summary": "Simple library to create an assignment that works like a ternary switch",
5   "description": "The library supports a few operators to build a ternary - switch assignment. Also, has built in closure assignment.",
6   "homepage": "https://github.com/joalbright/Switchary",
7   "license": "MIT",
8   "authors": {
9     "Jo Albright": "me@jo2.co"
10   },
11   "source": {
12     "git": "https://github.com/joalbright/Switchary.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/joalbright",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*",
21   "resource_bundles": {
22     "Switchary": [
23       "Pod/Assets/*.png"
24     ]
25   }