[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / f / 0 / 1 / DZCamera / 0.1.3 / DZCamera.podspec.json
blob6b38855e7f2ee0c5dc6ca3b42fad895b5c317771
2   "name": "DZCamera",
3   "version": "0.1.3",
4   "summary": "DZCamera基于AVFoundation的拍照组件,界面易于扩展和自定义",
5   "description": "                        DZCamera基于AVFoundation的拍照组件,界面易于扩展和自定义。是否从设计那里拿来了设计稿,结果发现相机的界面和系统的完全不一样,基于ImagePicker来改造界面也非常啰嗦。那么可以试一下DZCamera。\n                        This a project in progress。\n                        目前版本已经完成了相机的基本功能,还有一些细节需要调节一下。\n\n",
6   "homepage": "https://github.com/yishuiliunian/DZCamera",
7   "license": "MIT",
8   "authors": {
9     "stonedong": "yishuiliunian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yishuiliunian/DZCamera.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DZCamera": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "DZGeometryTools": [
28     ],
29     "DZCache": [
31     ],
32     "GPUImage": [
34     ]
35   }