blob: 29fc180ba4059cdc1522cf495f67d6bb26d6420c [file] [log] [blame]
{
"name": "PowerAuth2",
"version": "0.19.0",
"summary": "PowerAuth Mobile SDK for iOS",
"homepage": "https://github.com/lime-company/powerauth-mobile-sdk",
"social_media_url": "https://twitter.com/lime_company",
"documentation_url": "https://github.com/lime-company/powerauth-mobile-sdk/wiki/PowerAuth-SDK-for-iOS",
"authors": {
"Lime - HighTech Solution s.r.o.": "support@lime-company.eu"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/lime-company/powerauth-mobile-sdk.git",
"tag": "0.19.0",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"prepare_command": "./scripts/ios-build-libraries.sh release --out-dir Library",
"source_files": "Library/**/*.{h,m}",
"private_header_files": "Library/Private/*.h",
"vendored_libraries": "Library/libPowerAuthCore.a",
"requires_arc": true,
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
}
}