Skip to content

Commit ff6323f

Browse files
maltebaumannCocoaPodsBot
authored andcommitted
[Add] IMGLYCore 1.60.0-rc.0
1 parent 8579c49 commit ff6323f

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "IMGLYCore",
3+
"version": "1.60.0-rc.0",
4+
"summary": "The core functionality for the various IMG.LY editors.",
5+
"homepage": "https://img.ly",
6+
"license": {
7+
"type": "Commercial",
8+
"file": "LICENSE.md"
9+
},
10+
"authors": {
11+
"IMG.LY GmbH": "[email protected]"
12+
},
13+
"changelog": "https://img.ly/docs/cesdk/changelog/",
14+
"source": {
15+
"git": "https://github.com/imgly/IMGLYUI-swift.git",
16+
"tag": "1.60.0-rc.0"
17+
},
18+
"source_files": [
19+
"Sources/IMGLYCore/**/*.{swift}"
20+
],
21+
"swift_versions": "6.1",
22+
"cocoapods_version": ">= 1.11.2",
23+
"platforms": {
24+
"ios": "16.0"
25+
},
26+
"dependencies": {
27+
"IMGLYEngine": [
28+
"1.60.0-rc.0"
29+
]
30+
},
31+
"pod_target_xcconfig": {
32+
"SWIFT_OBJC_INTERFACE_HEADER_NAME": "",
33+
"SWIFT_INSTALL_OBJC_HEADER": "NO"
34+
},
35+
"frameworks": [
36+
"Combine",
37+
"CoreMedia",
38+
"Foundation",
39+
"UniformTypeIdentifiers"
40+
],
41+
"swift_version": "6.1"
42+
}

0 commit comments

Comments
 (0)