[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / b / e / Brightroom / 2.6.0 / Brightroom.podspec.json
blob1f17269dda62cab75a0c2f09a3c95873b83d9260
2   "name": "Brightroom",
3   "version": "2.6.0",
4   "summary": "A component-oriented image editor on top of CoreImage.",
5   "homepage": "https://github.com/muukii/Brightroom",
6   "license": "MIT",
7   "authors": "muukii",
8   "source": {
9     "git": "https://github.com/muukii/Brightroom.git",
10     "tag": "2.6.0"
11   },
12   "swift_versions": "5.3",
13   "module_name": "Brightroom",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "12.0"
17   },
18   "ios": {
19     "frameworks": [
20       "UIKit",
21       "CoreImage"
22     ],
23     "dependencies": {
24       "Verge/Store": [
25         ">= 8.9.1"
26       ]
27     }
28   },
29   "subspecs": [
30     {
31       "name": "Engine",
32       "source_files": "Sources/BrightroomEngine/**/*.swift"
33     },
34     {
35       "name": "UI-Classic",
36       "source_files": [
37         "Sources/BrightroomUI/Shared/**/*.swift",
38         "Sources/BrightroomUI/Built-in UI/ClassicImageEdit/**/*.swift"
39       ],
40       "dependencies": {
41         "Brightroom/Engine": [
43         ],
44         "TransitionPatch": [
46         ]
47       },
48       "resource_bundles": {
49         "BrightroomUI": [
50           "Sources/BrightroomUI/Media.xcassets"
51         ]
52       }
53     },
54     {
55       "name": "UI-Crop",
56       "source_files": [
57         "Sources/BrightroomUI/Shared/**/*.swift",
58         "Sources/BrightroomUI/Built-in UI/PhotosCrop/**/*.swift"
59       ],
60       "dependencies": {
61         "Brightroom/Engine": [
63         ]
64       },
65       "resource_bundles": {
66         "BrightroomUI": [
67           "Sources/BrightroomUI/Media.xcassets"
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.3"