iovation / deviceprint-SDK-iOS

iovation device print SDK for iOS
Other
34 stars 13 forks source link

iOS integration very hard for continuous integration on pipelines, pls add Pods support #20

Closed expcapitaldev closed 3 years ago

expcapitaldev commented 3 years ago

for example part with installation https://github.com/iovation/deviceprint-SDK-iOS#installation

ashley-campbell-iovation commented 3 years ago

Hello!

Due to the nature of our library, particularly around the fact that the library is obfuscated, it was determined by our engineering team that CocoaPods is not the right fit for us. Pods intended use is for Open Sourced libraries which is not a classification we fall under.

We do offer Carthage as an alternative method of distribution management: https://iovation.github.io/deviceprint-SDK-iOS/

Thanks! Ashley

ashley-campbell-iovation commented 3 years ago

I also wanted to suggest that our XCFramework bundle could also be a good integration option for a more streamline process.

Ashley