[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / b / 6 / PianoC1X / 2.7.0 / PianoC1X.podspec.json
blob89a110c3971545d5734b8262a3045f365806caaa
2   "name": "PianoC1X",
3   "version": "2.7.0",
4   "swift_versions": "5.7",
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": "10.0"
14   },
15   "source": {
16     "git": "https://gitlab.com/piano-public/sdk/ios/packages/c1x.git",
17     "tag": "2.7.0"
18   },
19   "source_files": [
20     "Sources/**/*.swift",
21     "Sources/**/*.h"
22   ],
23   "static_framework": true,
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "dependencies": {
31     "PianoComposer": [
32       "~> 2.7.0"
33     ],
34     "PianoTemplate": [
35       "~> 2.7.0"
36     ],
37     "CxenseSDK": [
38       "~> 1.9.11"
39     ]
40   },
41   "swift_version": "5.7"