blob: ac653f4c4315eca7b1179e6b3096db3cd570434d [file] [log] [blame]
{
"name": "PianoC1X",
"version": "2.4.0",
"swift_versions": "5.0",
"summary": "Enables iOS apps to use C1X integration by Piano.io",
"homepage": "https://github.com/tinypass/piano-sdk-for-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Piano Inc.",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/tinypass/piano-sdk-for-ios.git",
"tag": "2.4.0"
},
"source_files": [
"Sources/C1X/C1X/**/*.swift",
"Sources/C1X/C1X/**/*.h"
],
"static_framework": true,
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"dependencies": {
"PianoComposer": [
"~> 2.4.0"
],
"CxenseSDK": [
"~> 1.9.5"
]
},
"swift_version": "5.0"
}