blob: 6fab9e3ed1a3e0d8e9ff3f3b69a0004ac53c9673 [file] [log] [blame]
{
"name": "AlfrescoAuth",
"version": "0.1.1",
"summary": "Alfresco Auth iOS Swift API",
"homepage": "https://github.com/Alfresco/alfresco-ios-swift-api",
"authors": {
"Alfresco": "mobile.alfresco@alfresco.com"
},
"license": {
"type": "Apache License Version 2.0",
"file": "AlfrescoAuth/LICENSE.md"
},
"source": {
"git": "https://github.com/Alfresco/alfresco-ios-swift-api.git",
"tag": "auth/0.1.1"
},
"source_files": "AlfrescoAuth/Sources/**/*.{swift,h,m}",
"exclude_files": [
"AlfrescoAuth/AlfrescoAuthTests",
"AlfrescoAuth/Sources/**/*.plist"
],
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.2",
"frameworks": [
"WebKit"
],
"resources": [
"AlfrescoAuth/Sources/**/*.storyboard"
],
"dependencies": {
"AlfrescoCore": [
],
"AppAuth": [
]
},
"swift_version": "4.2"
}