[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 0 / 1 / DZCamera / 0.1.0 / DZCamera.podspec.json
blob8f87eea6f4690efb033e05cbc6d18b8de2d8a9b7
2   "name": "DZCamera",
3   "version": "0.1.0",
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.0"
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   }