Skip to content

Commit a346552

Browse files
alexey-troshkovCocoaPodsBot
authored andcommitted
[Add] PianoC1X 2.8.14
1 parent c7b3a77 commit a346552

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "PianoC1X",
3+
"version": "2.8.14",
4+
"swift_versions": "5.10",
5+
"summary": "Enables iOS apps to use C1X integration by Piano.io",
6+
"homepage": "https://gitlab.com/piano-public/sdk/ios/packages/c1x",
7+
"license": {
8+
"type": "Apache License, Version 2.0",
9+
"file": "LICENSE"
10+
},
11+
"authors": "Piano Inc.",
12+
"platforms": {
13+
"ios": "12.0"
14+
},
15+
"source": {
16+
"git": "https://gitlab.com/piano-public/sdk/ios/packages/c1x.git",
17+
"tag": "2.8.14"
18+
},
19+
"resource_bundles": {
20+
"PianoSDK_C1X": [
21+
"Sources/Resources/*"
22+
]
23+
},
24+
"source_files": [
25+
"Sources/**/*.swift",
26+
"Sources/**/*.h"
27+
],
28+
"static_framework": true,
29+
"dependencies": {
30+
"PianoComposer": [
31+
"~> 2.8.14"
32+
],
33+
"PianoTemplate": [
34+
"~> 2.8.14"
35+
],
36+
"CxenseSDK": [
37+
">=1.10.3"
38+
]
39+
},
40+
"swift_version": "5.10"
41+
}

0 commit comments

Comments
 (0)