blob: 80f0bc78ac95b59d996cb6c8abfab45e28376d2a [file] [log] [blame]
{
"name": "Cotter",
"version": "1.5.4",
"summary": "Cotter is the client SDK for Cotter authentication services",
"swift_versions": "5.0",
"description": "CotterIOS simplifies client's integration with Cotter. It is an SDK that provides necessary pages and API services that connects your application to Cotter authentication services.",
"homepage": "https://github.com/cotterapp/ios-sdk.git",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Cotter Team": "team@cotter.app"
},
"source": {
"git": "https://github.com/cotterapp/ios-sdk.git",
"tag": "1.5.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"resource_bundles": {
"Cotter": [
"Source/**/*.{png,storyboard,lproj,xib}"
]
},
"static_framework": true,
"frameworks": "UIKit",
"dependencies": {
"OneSignal": [
"2.14.3"
]
},
"swift_version": "5.0"
}