blob: 90886b38dced87dcb888689780d502eff6ba1957 [file] [log] [blame]
{
"name": "Switchary",
"version": "0.1.2",
"summary": "Simple library to create an assignment that works like a ternary switch",
"description": "The library supports a few operators to build a ternary - switch assignment. Also, has built in closure assignment.",
"homepage": "https://github.com/joalbright/Switchary",
"license": "MIT",
"authors": {
"Jo Albright": "me@jo2.co"
},
"source": {
"git": "https://github.com/joalbright/Switchary.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/joalbright",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"resource_bundles": {
"Switchary": [
"Pod/Assets/*.png"
]
}
}