[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 0 / d / PowerAuth2 / 0.20.2 / PowerAuth2.podspec.json
blobef21cf09655e517e452e199a5c57e114cde1e0d0
2   "name": "PowerAuth2",
3   "version": "0.20.2",
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",
8   "authors": {
9     "Wultra s.r.o.": "support@wultra.com"
10   },
11   "license": {
12     "type": "Apache License, Version 2.0",
13     "file": "LICENSE"
14   },
15   "source": {
16     "git": "https://github.com/wultra/powerauth-mobile-sdk.git",
17     "tag": "0.20.2",
18     "submodules": true
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
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",
27   "requires_arc": true,
28   "libraries": "c++",
29   "pod_target_xcconfig": {
30     "OTHER_LDFLAGS": "-ObjC",
31     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
32   }