[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / b / e / Brightroom / 2.0.0-alpha.1 / Brightroom.podspec.json
blob1afde32bd03870d20e85df7657516d408b921d38
2   "name": "Brightroom",
3   "version": "2.0.0-alpha.1",
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.0.0-alpha.1"
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": [
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     },
49     {
50       "name": "UI-Crop",
51       "source_files": [
52         "Sources/BrightroomUI/Shared/**/*.swift",
53         "Sources/BrightroomUI/Built-in UI/PhotosCrop/**/*.swift"
54       ],
55       "dependencies": {
56         "Brightroom/Engine": [
58         ]
59       }
60     }
61   ],
62   "swift_version": "5.3"