blob: eeaa32ce681e6ea99744356b6ea6744fe81a11be [file] [log] [blame]
{
"name": "Cotter",
"version": "1.5.12",
"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.12"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"resource_bundles": {
"Cotter": [
"Source/**/*.{png,storyboard,lproj,xib}"
]
},
"static_framework": true,
"frameworks": "UIKit",
"dependencies": {
"OneSignal": [
"2.15.3"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}