blob: ee242405d28ca5a7cade29ad64b2977c684e8752 [file] [log] [blame]
{
"name": "HyprMX",
"version": "5.4.1",
"cocoapods_version": ">= 1.9.1",
"summary": "The HyprMX Marketplace SDK.",
"description": "Integrate the HyprMX SDK to your app to deliver rewarded and interstitial advertisements.",
"homepage": "http://hyprmx.com",
"license": {
"type": "Commercial",
"text": "By using this software, you accept the terms of use at http://www.jungroup.com/tou.html"
},
"authors": {
"HyprMX": "info@hyprmx.com"
},
"source": {
"http": "https://s3.amazonaws.com/cocoapods-files/HyprMX/5.4.1/HyprMX_iOS_v5_4_1_b188_Core.zip"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "HyprMX-SDK",
"static_framework": true,
"subspecs": [
{
"name": "HyprMX-SDK",
"dependencies": {
"HyprMX/Core": [
],
"HyprMX/MRAID": [
]
}
},
{
"name": "Core",
"ios": {
"vendored_frameworks": "HyprMX.xcframework"
},
"preserve_paths": "HyprMX.xcframework"
},
{
"name": "MRAID",
"dependencies": {
"HyprMX/Core": [
]
},
"ios": {
"vendored_frameworks": "HYPRPermissions.xcframework"
},
"preserve_paths": "HYPRPermissions.xcframework"
}
]
}