{ | |
"name": "YJResizableSplitView", | |
"version": "1.0.0", | |
"summary": "分屏视图", | |
"homepage": "https://github.com/LYajun/YJResizableSplitView", | |
"license": "MIT", | |
"authors": { | |
"刘亚军": "liuyajun1999@icloud.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/LYajun/YJResizableSplitView.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": "YJResizableSplitView/*.{h,m}", | |
"resources": "YJResizableSplitView/YJResizableSplitView.bundle", | |
"requires_arc": true, | |
"dependencies": { | |
"Masonry": [ | |
] | |
} | |
} |