blob: 83b4b8845a82eba5f4a99030955f9ec403a5e416 [file] [log] [blame]
{
"name": "Switchary",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/joalbright",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Switchary": [
"Pod/Assets/*.png"
]
}
}