blob: 3b7dca1d197e9fe21be04280d1ba00d1067ff307 [file] [log] [blame]
{
"name": "AIHelpUnitySDK",
"version": "2.1.2",
"summary": "AIHelpUnitySDK for iOS",
"homepage": "https://github.com/AI-HELP/unity-example",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"AIHelp": "service_admin@aihelp.net"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/AI-HELP/unity-example.git",
"tag": "2.1.2"
},
"source_files": "AIHelpUnitySDK/*.{h,m}",
"private_header_files": "AIHelpUnitySDK/*.h",
"dependencies": {
"AIHelpSDK": [
"~> 2.1.0"
]
},
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
}
}