3 "version": "1.5.21-alpha.1",
4 "summary": "Cotter is the client SDK for Cotter authentication services",
5 "swift_versions": "5.0",
6 "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.",
7 "homepage": "https://github.com/cotterapp/ios-sdk.git",
13 "Cotter Team": "team@cotter.app"
16 "git": "https://github.com/cotterapp/ios-sdk.git",
17 "tag": "1.5.21-alpha.1"
22 "source_files": "Cotter/**/*.swift",
25 "Cotter/**/*.{png,storyboard,lproj,xib,xcassets}"
28 "static_framework": true,
29 "frameworks": "UIKit",
38 "pod_target_xcconfig": {
39 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41 "user_target_xcconfig": {
42 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48 "requires_app_host": true,
49 "source_files": "Tests/Cases/{Services,Models}/*.{swift}",
57 "swift_version": "5.0"