blob: 3ec3c87b7de5fa32a0017fb61a05ddfbb9b71027 [file] [log] [blame]
{
"name": "MLTransition",
"version": "1.0",
"summary": "仅仅iOS7可用, 拖返可直接从中间拖返。一句代码即可启用此功能。可随意设置leftBarButtonItem,也可使用边界拖返模式。(非截图实现,拖返过程中显示的view都是活动的) ",
"homepage": "https://github.com/molon/MLTransition",
"license": "MIT",
"authors": {
"molon": "dudl@qq.com"
},
"source": {
"git": "https://github.com/molon/MLTransition.git",
"tag": "1.0"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"source_files": "MLBlackTransition/*.{h,m}",
"requires_arc": true
}