blob: 22e1b3fe6024338bdc446bf90332724174e2b628 [file] [log] [blame]
{
"name": "Cotter",
"version": "1.5.7",
"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.7"
},
"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"
}