blob: 109d1ab2021bde131cb8b75e2ef1bbc9ff9a3e84 [file] [log] [blame]
{
"name": "PAScrollableMenu",
"version": "0.1",
"summary": "My implementation of the menu on the chinese news app.",
"homepage": "https://github.com/942v/PAScrollableMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillermo Saenz": "gsaenz@proatomicdev.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/942v/PAScrollableMenu.git",
"tag": "v0.1"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}