blob: 1daaf1a84e39f950bbc9362831ec814adefdb8f0 [file] [log] [blame]
{
"name": "MobonSDK",
"version": "0.3.0",
"summary": "Mobon SDK IOS",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/mobon/MobonSDK_IOS",
"license": {
"type": "MIT",
"text": "Copyright 2020 by Enliple"
},
"authors": {
"mobon": "yikim@enliple.com"
},
"source": {
"git": "https://github.com/mobon/MobonSDK_IOS.git",
"tag": "0.3.0",
"submodules": true
},
"platforms": {
"ios": "11.0"
},
"requires_arc": false,
"vendored_frameworks": "MobonSDKFramework.framework",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}