-
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.
[Add] YieldloveExternalConfiguration 0.21.0
- Loading branch information
1 parent
a90227d
commit cc4c9c5
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
...s/8/6/b/YieldloveExternalConfiguration/0.21.0/YieldloveExternalConfiguration.podspec.json
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,32 @@ | ||
{ | ||
"name": "YieldloveExternalConfiguration", | ||
"version": "0.21.0", | ||
"summary": "External configuration module for YieldloveAdIntegration", | ||
"description": "Configure ad slots by providing an appName and adSlotName", | ||
"homepage": "https://yieldlove.com/", | ||
"documentation_url": "https://stroeerdigitalgroup.atlassian.net/wiki/x/FgGyc", | ||
"license": { | ||
"type": "Commercial", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"Marcel Klínek": "[email protected]", | ||
"Gianpiero Bozza": "[email protected]" | ||
}, | ||
"source": { | ||
"http": "https://slabs-yieldlove-ad-integration.s3.eu-central-1.amazonaws.com/ios/yieldlove-external-configuration-0.21.0.tgz" | ||
}, | ||
"requires_arc": true, | ||
"platforms": { | ||
"ios": "12.0" | ||
}, | ||
"static_framework": true, | ||
"swift_versions": "5.0", | ||
"source_files": "YieldloveExternalConfiguration/Classes/**/*.swift", | ||
"dependencies": { | ||
"PromiseKit": [ | ||
"~> 8" | ||
] | ||
}, | ||
"swift_version": "5.0" | ||
} |