[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 2 / 0 / d / PowerAuth2 / 1.3.2 / PowerAuth2.podspec.json
blobc6bbae45d76459a561ea61f11459d7f01f01593e
2   "name": "PowerAuth2",
3   "version": "1.3.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/develop/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": "1.3.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   }