blob: 7ab97f6da10e5349ace9436046458b92c85a490e [file] [log] [blame]
{
"name": "HyprMX",
"version": "5.4.0",
"cocoapods_version": ">= 1.4.0",
"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.0/HyprMX_iOS_v5_4_0_b187_Static.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.framework"
},
"preserve_paths": "HyprMX.framework",
"public_header_files": "HyprMX.framework/**/*.h",
"source_files": "HyprMX.framework/**/*.h"
},
{
"name": "MRAID",
"dependencies": {
"HyprMX/Core": [
]
},
"ios": {
"vendored_frameworks": "HYPRPermissions.framework"
},
"preserve_paths": "HYPRPermissions.framework"
}
]
}