| { |
| "name": "CustomCamera", |
| "version": "0.0.1", |
| "summary": "简单的自定义相机,包括拍照,闪光灯,切换前后摄像头,图片浏览", |
| "description": "简单的自定义相机,包括拍照,闪光灯,切换前后摄像头,图片浏览", |
| "homepage": "https://github.com/firenessZX/CustomCamera.git", |
| "license": "MIT", |
| "authors": { |
| "zhang xiong": "fireness@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/firenessZX/CustomCamera.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "CustomCamera/Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "requires_arc": true |
| } |