Skip to content

Commit 44cc1a4

Browse files
committed
Initial commit
0 parents  commit 44cc1a4

12 files changed

+68
-0
lines changed

CCHMapClusterController.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"1.7.2": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/CCHMapClusterController-1.7.2.xcframework.zip"
3+
}

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 🔁 Submitting Pull Requests
2+
3+
- before pushing a branch and submitting a PR check other dependency manager's manifests, check podspec for Cocoapods, check Package.swift for SPM if it contains a binary XCFramework.
4+
- if it does and its link is version specific (e.g. like for [Google UMP](https://github.com/AckeeCZ/Bad_iOS_Dependencies/blob/6593bb0227af9ca126b0de243ff946fa13dbf864/GoogleUserMessagingPlatform.json#L2))
5+
make sure you use this link
6+
- if none of the above apply, upload binary to [default GH release](https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/tag/1.0)

CaptureSDK.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"1.5.9": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/CaptureSDK-1.5.9.xcframework.zip"
3+
}

Cognex_Mobile_Barcode_SDK.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"2.7.0": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/CognexMobileBarcode-2.7.0.xcframework.zip"
3+
}

GoogleTagManager_SDK.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"8.0.0": "https://dl.google.com/firebase/ios/tagmanager/swiftpm/8.0.0/GoogleTagManager.zip"
3+
}

Google_Cast_SDK.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"4.7.0": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/GoogleCast-4.7.0.xcframework.zip",
3+
"4.7.1": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/GoogleCast-4.7.1.xcframework.zip",
4+
"4.8.0": "https://dl.google.com/dl/chromecast/sdk/ios/GoogleCastSDK-ios-4.8.0_dynamic.zip",
5+
"4.8.3": "https://dl.google.com/dl/chromecast/sdk/ios/GoogleCastSDK-ios-4.8.3_dynamic.zip"
6+
}

Google_IMA_SDK.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"3.14.5": "https://imasdk.googleapis.com/native/downloads/ima-ios-v3.14.5.zip"
3+
}

Google_Mobile_Ads_SDK.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"8.9.0": "https://dl.google.com/dl/cpdc/1c0753b0ec825cb6/Google-Mobile-Ads-SDK-8.9.0.tar.gz"
3+
}

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Ackee
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

OneTrust_CMP_SDK.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"6.27.0": "https://sdk.onetrust.io/ot-cmp-sdk/OneTrust-CMP-XCFramework-6.27.0.zip"
3+
}

0 commit comments

Comments
 (0)