Skip to content

Commit 272135d

Browse files
maltebaumannCocoaPodsBot
authored andcommitted
[Add] IMGLYApparelEditor 1.60.0-rc.0
1 parent 289af24 commit 272135d

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "IMGLYApparelEditor",
3+
"version": "1.60.0-rc.0",
4+
"summary": "A mobile editor for creating a print-ready design.",
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+
"IMGLYApparelEditor-Bundle+.swift",
20+
"Sources/IMGLYApparelEditor/**/*.{swift}"
21+
],
22+
"resource_bundles": {
23+
"IMGLYApparelEditorAssets": [
24+
"Sources/IMGLYApparelEditor/Resources"
25+
]
26+
},
27+
"swift_versions": "6.1",
28+
"cocoapods_version": ">= 1.11.2",
29+
"platforms": {
30+
"ios": "16.0"
31+
},
32+
"dependencies": {
33+
"IMGLYEditor": [
34+
"1.60.0-rc.0"
35+
]
36+
},
37+
"pod_target_xcconfig": {
38+
"SWIFT_OBJC_INTERFACE_HEADER_NAME": "",
39+
"SWIFT_INSTALL_OBJC_HEADER": "NO"
40+
},
41+
"frameworks": [
42+
"SwiftUI"
43+
],
44+
"swift_version": "6.1"
45+
}

0 commit comments

Comments
 (0)