[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / b / c / Switchary / 0.1.0 / Switchary.podspec.json
blob83b4b8845a82eba5f4a99030955f9ec403a5e416
2   "name": "Switchary",
3   "version": "0.1.0",
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.0"
14   },
15   "social_media_url": "https://twitter.com/joalbright",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Switchary": [
23       "Pod/Assets/*.png"
24     ]
25   }