blob: 09e1c8840f3a55c29c853e6146de2bc17ec0f1a8 [file] [log] [blame]
{
"name": "PowerAuthForExtensions",
"version": "0.0.1",
"summary": "PowerAuth app extension SDK written in Swift",
"homepage": "https://github.com/wultra/powerauth-apple-extensions",
"social_media_url": "https://twitter.com/wultra",
"documentation_url": "https://github.com/wultra/powerauth-apple-extensions/blob/develop/docs/Readme.md",
"authors": {
"Wultra s.r.o.": "support@wultra.com"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/wultra/powerauth-apple-extensions.git",
"tag": "0.0.1"
},
"swift_versions": "5.3",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.15"
},
"source_files": "Sources/PowerAuthForExtensions/**/*.swift",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"swift_version": "5.3"
}