| { |
| "name": "WW_ZLPhotoBrowser", |
| "version": "0.0.1", |
| "summary": "WW_ZLPhotoBrowser", |
| "description": "iOS10.0以下,打开相册闪退。", |
| "homepage": "https://gitee.com/qiuzhongwei0519/ZLPhotoBrowser", |
| "license": "MIT", |
| "authors": { |
| "qiuzhongwei0519": "512866393@qq.com" |
| }, |
| "source": { |
| "git": "git@gitee.com:qiuzhongwei0519/ZLPhotoBrowser.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "resources": "Classes/resource/*.{png,xib,nib,bundle}", |
| "frameworks": [ |
| "UIKit", |
| "Photos", |
| "PhotosUI", |
| "AVFoundation" |
| ], |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ], |
| "GPUImage": [ |
| |
| ] |
| } |
| } |