[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 9 / e / SHCameraSession / 0.0.1 / SHCameraSession.podspec.json
blob2793b1d12b2a3522af7a549f6d1b13e618441f40
2   "name": "SHCameraSession",
3   "version": "0.0.1",
4   "summary": "Configure the camera of a device by the AVFoundation framework.",
5   "description": "Configure the camera of a device by the AVFoundation framework.\n                    Because this class is abstract,\n                    please use the concrete subclasses SHCaptureCameraSession and\n                    SHVideoCameraSession instead of this class.",
6   "homepage": "https://github.com/ShengHuaWu/SHCameraSession",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ShengHua Wu": "fantasy0404@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/ShengHuaWu/SHCameraSession.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "SHCameraSession/Classes/*.{h,m}",
22   "frameworks": "AVFoundation",
23   "requires_arc": true