[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 0 / d / PowerAuth2 / 1.9.2 / PowerAuth2.podspec.json
blob71b5b2eac33ce28c77c0e90c52f7104dc0e679af
2   "name": "PowerAuth2",
3   "cocoapods_version": ">= 1.10",
4   "version": "1.9.2",
5   "summary": "PowerAuth Mobile SDK for iOS",
6   "homepage": "https://github.com/wultra/powerauth-mobile-sdk",
7   "social_media_url": "https://twitter.com/wultra",
8   "documentation_url": "https://github.com/wultra/powerauth-mobile-sdk/blob/develop/docs/PowerAuth-SDK-for-iOS.md",
9   "authors": {
10     "Wultra s.r.o.": "support@wultra.com"
11   },
12   "license": {
13     "type": "Apache License, Version 2.0",
14     "file": "LICENSE"
15   },
16   "dependencies": {
17     "PowerAuthCore": [
18       "~> 1.9.2"
19     ]
20   },
21   "source": {
22     "git": "https://github.com/wultra/powerauth-mobile-sdk.git",
23     "tag": "1.9.2",
24     "submodules": true
25   },
26   "platforms": {
27     "ios": "12.0",
28     "tvos": "12.0"
29   },
30   "prepare_command": "./scripts/ios-build-sdk.sh copySdk --out-dir Build/PowerAuth2",
31   "source_files": "Build/PowerAuth2/**/*.{h,m}",
32   "private_header_files": "Build/PowerAuth2/Private/*.h",
33   "tvos": {
34     "exclude_files": [
35       "Build/PowerAuth2/Private/PA2WC*.{h,m}",
36       "Build/PowerAuth2/Private/PowerAuthWC*.{h,m}"
37     ]
38   },
39   "requires_arc": true,
40   "pod_target_xcconfig": {
41     "OTHER_LDFLAGS": "-ObjC",
42     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
43   }