Skip to content

Commit 7a714a0

Browse files
Bidon TeamCocoaPodsBot
authored andcommitted
[Add] Bidon 0.13.0
1 parent ecf5d52 commit 7a714a0

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "Bidon",
3+
"version": "0.13.0",
4+
"summary": "Bidon iOS Framework",
5+
"description": "Makes the top mobile mediation SDKs more transparent",
6+
"homepage": "https://bidon.org",
7+
"license": {
8+
"type": "Copyright",
9+
"text": "Copyright 2025. Bidon Inc."
10+
},
11+
"authors": {
12+
"Bidon Inc.": "https://bidon.org"
13+
},
14+
"platforms": {
15+
"ios": "12.0"
16+
},
17+
"source": {
18+
"http": "https://s3-eu-central-1.amazonaws.com/bidon-ios/Bidon/0.13.0/Bidon.zip"
19+
},
20+
"swift_versions": [
21+
"4.0",
22+
"4.2",
23+
"5.0"
24+
],
25+
"resource_bundles": {
26+
"BidonPrivacyInfo": "Bidon-0.13.0/Bidon.xcframework/ios-arm64/**/*.xcprivacy"
27+
},
28+
"vendored_frameworks": [
29+
"Bidon-0.13.0/Bidon.xcframework"
30+
],
31+
"pod_target_xcconfig": {
32+
"OTHER_LDFLAGS": "-lObjC",
33+
"VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
34+
"VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
35+
},
36+
"user_target_xcconfig": {
37+
"OTHER_LDFLAGS": "-lObjC"
38+
},
39+
"swift_version": "5.0"
40+
}

0 commit comments

Comments
 (0)