blob: 220a2a1372bbe2a179b7a45a26dd4cce2ea9d34c [file] [log] [blame]
{
"name": "MagicExt-OAuth",
"version": "0.1.0",
"summary": "Magic IOS Extension - OAuth",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/magicLabs/magic-extension-ios-pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerry Liu": "jerry@magic.link"
},
"source": {
"git": "https://github.com/magicLabs/magic-extension-ios-pod.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "MagicExt-OAuth/MagicExt_OAuth.framework",
"dependencies": {
"MagicSDK": [
"~> 2.0.0"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}