[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / 6 / PianoC1X / 2.4.0 / PianoC1X.podspec.json
blobac653f4c4315eca7b1179e6b3096db3cd570434d
2   "name": "PianoC1X",
3   "version": "2.4.0",
4   "swift_versions": "5.0",
5   "summary": "Enables iOS apps to use C1X integration by Piano.io",
6   "homepage": "https://github.com/tinypass/piano-sdk-for-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Piano Inc.",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/tinypass/piano-sdk-for-ios.git",
17     "tag": "2.4.0"
18   },
19   "source_files": [
20     "Sources/C1X/C1X/**/*.swift",
21     "Sources/C1X/C1X/**/*.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.4.0"
33     ],
34     "CxenseSDK": [
35       "~> 1.9.5"
36     ]
37   },
38   "swift_version": "5.0"