[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 3 / b / 6 / PianoC1X / 2.6.2 / PianoC1X.podspec.json
blobc57773c4d61b3242b8f199ce409d7196b044337c
2   "name": "PianoC1X",
3   "version": "2.6.2",
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/package",
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/package.git",
17     "tag": "2.6.2"
18   },
19   "source_files": [
20     "C1X/Sources/**/*.swift",
21     "C1X/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.6.2"
33     ],
34     "PianoTemplate": [
35       "~> 2.6.2"
36     ],
37     "CxenseSDK": [
38       "~> 1.9.11"
39     ]
40   },
41   "swift_version": "5.7"