blob: 32b2203bbd1d967134d934889f7827faef4d309f [file] [log] [blame]
{
"name": "PerfittPartners_iOS",
"version": "1.0.0-alpha4",
"summary": "PerfittPartners_iOS is camera lib",
"description": "'PerfittParnert_iOS is camera lib for partners'",
"homepage": "https://www.perfitt.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"perfitt": "nick.cho@perfitt.io"
},
"source": {
"git": "https://github.com/perfitt-dev/perfitt-ios-partners.git",
"tag": "1.0.0-alpha4"
},
"platforms": {
"ios": "12.4"
},
"source_files": "PerfittPartners_iOS/Classes/**/*",
"swift_versions": "4.2",
"frameworks": "AVFoundation",
"static_framework": true,
"dependencies": {
"TensorFlowLiteSwift": [
"~> 2.2.0"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "4.2"
}