[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / d / a / CLCamera / 1.0.0 / CLCamera.podspec.json
blob414174f6647c018e72cf766f22e9cbad2604324a
2   "name": "CLCamera",
3   "version": "1.0.0",
4   "summary": "Swift版自定义相机",
5   "description": "CLCarmera是自定义相机的封装.",
6   "homepage": "https://github.com/JmoVxia/CLCamera",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JmoVxia": "JmoVxia@gmail.com"
13   },
14   "social_media_url": "https://github.com/JmoVxia",
15   "swift_versions": [
16     "5.0"
17   ],
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source": {
22     "git": "https://github.com/JmoVxia/CLCamera.git",
23     "tag": "1.0.0"
24   },
25   "source_files": [
26     "Camera/**/*.swift"
27   ],
28   "resources": "Camera/Resource/CLCamera.bundle",
29   "requires_arc": true,
30   "dependencies": {
31     "SnapKit": [
33     ]
34   },
35   "swift_version": "5.0"