blob: 261ac13c20187c422d737678b131148b4401ef8b [file] [log] [blame]
{
"name": "TableSDK",
"version": "0.1.5",
"summary": "TableSDK framework",
"description": "An iOS Swift SDK for TABLE.co.",
"homepage": "https://github.com/TableCo/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"roman.maiboroda@chisw.com": "TableSDK"
},
"source": {
"git": "https://github.com/TableCo/ios-sdk.git",
"tag": "0.1.5"
},
"source_files": "TableSDK/Table\\ SDK/SDK/**/*.{h,m,swift}",
"platforms": {
"ios": "13.0"
},
"resources": "TableSDK/Table\\ SDK/SDK/Resources/**/*",
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"dependencies": {
"OpenTok": [
]
},
"static_framework": true,
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.3"
}