[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 3 / f / e / Cotter / 1.5.19 / Cotter.podspec.json
blobeaac47c1ac3f3d1f088bcc20ceb3fa7f462e843f
2   "name": "Cotter",
3   "version": "1.5.19",
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",
8   "license": {
9     "type": "BSD",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Cotter Team": "team@cotter.app"
14   },
15   "source": {
16     "git": "https://github.com/cotterapp/ios-sdk.git",
17     "tag": "1.5.19"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Source/**/*.swift",
23   "resource_bundles": {
24     "Cotter": [
25       "Source/**/*.{png,storyboard,lproj,xib,xcassets}"
26     ]
27   },
28   "static_framework": true,
29   "frameworks": "UIKit",
30   "dependencies": {
31     "TTGSnackbar": [
32       "1.10.3"
33     ],
34     "OneSignal": [
35       "2.15.3"
36     ]
37   },
38   "pod_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "swift_version": "5.0"