| { | |
| "name": "WKCBlurView", | |
| "version": "1.1.1", | |
| "summary": "模糊视图", | |
| "homepage": "https://github.com/WKCLoveYang/WKCBlurView.git", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "WKCLoveYang": "wkcloveyang@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/WKCLoveYang/WKCBlurView.git", | |
| "tag": "1.1.1" | |
| }, | |
| "source_files": "WKCBlurView/**/*.{h,m}", | |
| "public_header_files": "WKCBlurView/**/*.h", | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ], | |
| "requires_arc": true | |
| } |