blob: bbaf9fb66e7dc06fba448d0aa3943320859afd09 [file] [log] [blame]
{
"name": "Go2GlobalSDK",
"version": "1.0.1",
"summary": "Go2GlobalSDK for iOS",
"homepage": "https://github.com/AI-HELP/Go2Global_iOS",
"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/Go2Global_iOS.git",
"tag": "1.0.1"
},
"resources": "Go2GlobalSDK/Go2GlobalSDK.bundle",
"vendored_frameworks": "Go2GlobalSDK/Go2GlobalSDK.framework",
"libraries": "sqlite3",
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"IQKeyboardManager": [
"~> 6.5.6"
]
},
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
}
}