blob: 955db852cd500bc6fb48cf2274c56a7b9c7001a5 [file] [log] [blame]
{
"name": "Cotter",
"version": "0.0.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",
"authors": {
"Cotter Team": "team@cotter.app"
},
"source": {
"git": "https://github.com/cotterapp/ios-sdk.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "13.0"
},
"source_files": "Source/**/*",
"resource_bundles": {
"CotterIOS": [
"Source/**/*.{png,storyboard,lproj}"
]
},
"frameworks": "UIKit",
"swift_version": "5.0"
}