blob: 2af95face1587a9422d69b4c5901a7879a4bce39 [file] [log] [blame]
{
"name": "SwitchKnife",
"version": "0.1.6",
"summary": "Helpful functions and categories",
"description": "This library provide some common categories and functions that will be used across different projects, so it is best to make them a library to keep code in sync between different projects",
"homepage": "https://github.com/akirakazu/SwitchKnife",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aki Xavier": "aki.xavier@me.com"
},
"source": {
"git": "https://github.com/akirakazu/SwitchKnife.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SwitchKnife/Classes/**/*",
"dependencies": {
"PureLayout": [
]
}
}