blob: bcb2e23dd1c0ab214c10c3c8b953298b2765196d [file] [log] [blame]
{
"name": "MXCardLayout",
"version": "0.1.0",
"summary": "MXCardLayout reproduces the behavior seen in iOS9's multitasking switcher.",
"homepage": "https://github.com/zqpmaster/MXCardLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Max": "zqpmaster@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zqpmaster/MXCardLayout.git",
"tag": "0.1.0"
},
"source_files": [
"MXCardLayout",
"MXCardLayout/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}