| { |
| "name": "ZLCameraFramework", |
| "version": "1.0.0", |
| "summary": "A light camera like WeChat", |
| "description": "A light camera like Wechat", |
| "homepage": "https://github.com/Feralcombat/ZLCameraFramework", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "周麟": "110795300@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/Feralcombat/ZLCameraFramework.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "ZLCameraFramework", |
| "ZLCameraFramework/**/*.{h,m}" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation", |
| "Foundation" |
| ], |
| "dependencies": { |
| "Masonry": [ |
| |
| ] |
| } |
| } |