Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Feb 17, 2025
0 parents commit 44cc1a4
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CCHMapClusterController.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1.7.2": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/CCHMapClusterController-1.7.2.xcframework.zip"
}
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 🔁 Submitting Pull Requests

- 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.
- 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))
make sure you use this link
- if none of the above apply, upload binary to [default GH release](https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/tag/1.0)
3 changes: 3 additions & 0 deletions CaptureSDK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1.5.9": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/CaptureSDK-1.5.9.xcframework.zip"
}
3 changes: 3 additions & 0 deletions Cognex_Mobile_Barcode_SDK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"2.7.0": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/CognexMobileBarcode-2.7.0.xcframework.zip"
}
3 changes: 3 additions & 0 deletions GoogleTagManager_SDK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"8.0.0": "https://dl.google.com/firebase/ios/tagmanager/swiftpm/8.0.0/GoogleTagManager.zip"
}
6 changes: 6 additions & 0 deletions Google_Cast_SDK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"4.7.0": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/GoogleCast-4.7.0.xcframework.zip",
"4.7.1": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/GoogleCast-4.7.1.xcframework.zip",
"4.8.0": "https://dl.google.com/dl/chromecast/sdk/ios/GoogleCastSDK-ios-4.8.0_dynamic.zip",
"4.8.3": "https://dl.google.com/dl/chromecast/sdk/ios/GoogleCastSDK-ios-4.8.3_dynamic.zip"
}
3 changes: 3 additions & 0 deletions Google_IMA_SDK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"3.14.5": "https://imasdk.googleapis.com/native/downloads/ima-ios-v3.14.5.zip"
}
3 changes: 3 additions & 0 deletions Google_Mobile_Ads_SDK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"8.9.0": "https://dl.google.com/dl/cpdc/1c0753b0ec825cb6/Google-Mobile-Ads-SDK-8.9.0.tar.gz"
}
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Ackee

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
3 changes: 3 additions & 0 deletions OneTrust_CMP_SDK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"6.27.0": "https://sdk.onetrust.io/ot-cmp-sdk/OneTrust-CMP-XCFramework-6.27.0.zip"
}
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Bad iOS Dependencies
From time to time we come over a few dependencies, that support only Cococapods or manual integration. We don't like that, so...

This repository will store various JSON files that will provide additional support for binary only libraries, that support only Cocoapods and manual integration.

You can use those JSON by referencing raw JSON in your Cartfile
```
binary "https://raw.githubusercontent.com/AckeeCZ/Bad_iOS_Dependencies/main/Google_Mobile_Ads_SDK.json" ~> 8.9
```

This distribution is **unofficial**.
3 changes: 3 additions & 0 deletions iDenfy_SDK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"7.7.3": "https://github.com/AckeeCZ/Bad_iOS_Dependencies/releases/download/1.0/iDenfySDK-7.7.3.xcframework.zip"
}

0 comments on commit 44cc1a4

Please sign in to comment.