Skip to content

Commit

Permalink
Add Mopub Fyber adapter podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
leberwurstsaft committed Sep 6, 2021
1 parent f708192 commit a467a70
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions MoPub-Fyber-Adapters.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "MoPub-Fyber-Adapters",
"version": "7.8.8.0",
"summary": "Fyber Adapters for mediating through MoPub.",
"description": "Supported ad formats: Banner, Interstitial, Rewardedvideo\n\nTo download and integrate the Fyber SDK, please check this tutorial: https://developer.fyber.com/hc/en-us/articles/360010915618-Integrating-the-iOS-SDK. \n\n\nFor inquiries and support, please utilize the support page: https://www.fyber.com/.",
"homepage": "https://github.com/mopub/mopub-ios-mediation",
"license": {
"type": "New BSD",
"file": "LICENSE"
},
"authors": {
"MoPub": "[email protected]"
},
"source": {
"git": "https://github.com/lovoo/mopub-ios-mediation.git",
"tag": "fyber-7.8.8.0"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"mopub-ios-sdk/Core": [
"~> 5.18"
]
}
},
{
"name": "Network",
"source_files": "Fyber/*.{h,m}",
"dependencies": {
"Fyber_Marketplace_SDK": [
"7.8.8"
],
"mopub-ios-sdk/Core": [
"~> 5.18"
]
}
}
]
}

0 comments on commit a467a70

Please sign in to comment.