{ | |
"name": "KPMask", | |
"version": "0.0.5", | |
"summary": "Easy way to build Mask View", | |
"homepage": "https://github.com/liukunpengiOS", | |
"license": "MIT", | |
"authors": { | |
"kunpeng": "1169405067@qq.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/liukunpengiOS/KPMask.git", | |
"tag": "0.0.5" | |
}, | |
"source_files": [ | |
"KPMask", | |
"KPMask/**/*.{h,m}" | |
], | |
"pod_target_xcconfig": { | |
"SWIFT_VERSION": "3.0" | |
}, | |
"requires_arc": true, | |
"dependencies": { | |
"YXEasing": [ | |
] | |
} | |
} |