blob: a3cc5eb0de75bb5b87a5a1531e523d78c1139496 [file] [log] [blame]
{
"name": "UnityAds",
"version": "2.0.6",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"UnityAds": "itunes@unity3d.com"
},
"homepage": "https://unity3d.com/services/ads",
"summary": "Monetize your entire player base and reach new audiences with video ads.",
"platforms": {
"ios": "7.0"
},
"prepare_command": "./build-framework.sh -c RELEASE",
"source": {
"git": "https://github.com/Unity-Technologies/unity-ads-ios.git",
"tag": "2.0.6"
},
"ios": {
"preserve_paths": "*",
"xcconfig": {
"OTHER_LDFLAGS": "-framework UnityAds"
},
"vendored_frameworks": "build/Release-iphoneos/UnityAds.framework"
}
}