[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 7 / SBCamera / 1.1.1 / SBCamera.podspec.json
blob05f710af807c80e1f79cbbf57648c16267163121
2   "name": "SBCamera",
3   "version": "1.1.1",
4   "summary": "Swift camera SBCamera. Will include photo from library, cropper, and simple filter.",
5   "swift_versions": "5.0",
6   "description": "\"Swift camera SBCamera. Will include photo from library, cropper, and simple filter.\"",
7   "homepage": "https://github.com/Balashov152/SBCamera",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Balashov152": "balashov.152@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Balashov152/SBCamera.git",
17     "tag": "1.1.1"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "source_files": "SBCamera/Classes/**/*",
26   "frameworks": [
27     "UIKit",
28     "Photos"
29   ],
30   "dependencies": {
31     "SwiftPermissionManager": [
32       "~> 1.0"
33     ],
34     "RSKImageCropper": [
35       "~> 3.0"
36     ]
37   },
38   "swift_version": "5.0"