| { |
| "name": "NLCustomCamera", |
| "version": "0.1.1", |
| "summary": "自定义相机.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/wzyinglong/NLCustomCamera", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "wzyinglong": "wz_yinglong@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/wzyinglong/NLCustomCamera.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "NLCustomCamera/Classes/**/*", |
| "resource_bundles": { |
| "NLCustomCamera": [ |
| "NLCustomCamera/Assets/**/*" |
| ] |
| }, |
| "dependencies": { |
| "GPUImage": [ |
| "~> 0.1.7" |
| ], |
| "TZImagePickerController": [ |
| |
| ], |
| "Masonry": [ |
| |
| ], |
| "ZFPlayer": [ |
| "~> 2.1.6" |
| ], |
| "MJExtension": [ |
| "~> 3.0.13" |
| ], |
| "ReactiveObjC": [ |
| |
| ] |
| } |
| } |