blob: e492f545b6d0cc7cb92a11a09e030eafe250ed3d [file] [log] [blame]
{
"name": "MSMatrixController",
"version": "0.1",
"summary": "A component to organize your view controllers in a gesture-based a 2D matrix.",
"homepage": "https://github.com/MarcoSero/MSMatrixController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco Sero": "marco@marcosero.com"
},
"source": {
"git": "https://github.com/MarcoSero/MSMatrixController.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"MSMatrixController/*.{h,m}"
],
"requires_arc": true
}