4 "summary": "PowerAuth Mobile SDK for iOS",
5 "homepage": "https://github.com/wultra/powerauth-mobile-sdk",
6 "social_media_url": "https://twitter.com/wultra",
7 "documentation_url": "https://github.com/wultra/powerauth-mobile-sdk/blob/release/0.20.x/docs/PowerAuth-SDK-for-iOS.md",
9 "Wultra s.r.o.": "support@wultra.com"
12 "type": "Apache License, Version 2.0",
16 "git": "https://github.com/wultra/powerauth-mobile-sdk.git",
23 "prepare_command": "./scripts/ios-build-libraries.sh release --out-dir Library",
24 "source_files": "Library/**/*.{h,m}",
25 "private_header_files": "Library/Private/*.h",
26 "vendored_libraries": "Library/libPowerAuthCore.a",
29 "pod_target_xcconfig": {
30 "OTHER_LDFLAGS": "-ObjC",
31 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"