blob: f9b224706b5d13fbf5b2354d8fe61c4288c54c53 [file] [log] [blame]
{
"name": "Go2GlobalSDK",
"version": "1.0.0",
"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.0"
},
"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"
}
}