-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01c5e4d
commit 60e9b9b
Showing
1 changed file
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"name": "DaroMAds", | ||
"version": "0.3.5", | ||
"summary": "Ad network mediation sdk for iOS.", | ||
"description": "Daro is is a SDK that helps you to easily integrate ad networks into your app.", | ||
"homepage": "https://delightroom.com", | ||
"license": { | ||
"type": "Custom" | ||
}, | ||
"authors": { | ||
"Won Jo": "[email protected]" | ||
}, | ||
"source": { | ||
"http": "https://github.com/delightroom/daro-m-ios-sdk/releases/download/0.3.5/DaroM.xcframework.zip" | ||
}, | ||
"swift_versions": "5.7", | ||
"platforms": { | ||
"ios": "14.1" | ||
}, | ||
"resource_bundles": { | ||
"DaroMAdsResources": [ | ||
"DaroM.xcframework/ios-arm64/DaroM.framework/PrivacyInfo.xcprivacy" | ||
] | ||
}, | ||
"static_framework": true, | ||
"pod_target_xcconfig": { | ||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386" | ||
}, | ||
"vendored_frameworks": "DaroM.xcframework", | ||
"dependencies": { | ||
"AppLovinSDK": [ | ||
"13.0.1" | ||
], | ||
"AppLovinMediationFyberAdapter": [ | ||
|
||
], | ||
"AppLovinMediationGoogleAdapter": [ | ||
|
||
], | ||
"AppLovinMediationInMobiAdapter": [ | ||
|
||
], | ||
"AppLovinMediationIronSourceAdapter": [ | ||
|
||
], | ||
"AppLovinMediationVungleAdapter": [ | ||
|
||
], | ||
"AppLovinMediationFacebookAdapter": [ | ||
|
||
], | ||
"AppLovinMediationMintegralAdapter": [ | ||
|
||
], | ||
"AppLovinMediationMobileFuseAdapter": [ | ||
|
||
], | ||
"AppLovinMediationOguryPresageAdapter": [ | ||
|
||
], | ||
"AppLovinMediationByteDanceAdapter": [ | ||
|
||
], | ||
"AppLovinMediationSmaatoAdapter": [ | ||
|
||
], | ||
"AppLovinMediationUnityAdsAdapter": [ | ||
|
||
], | ||
"AppLovinMediationVerveAdapter": [ | ||
|
||
], | ||
"AmazonPublisherServicesSDK": [ | ||
|
||
], | ||
"AppLovinMediationAmazonAdMarketplaceAdapter": [ | ||
|
||
] | ||
}, | ||
"swift_version": "5.7" | ||
} |