[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 9 / 5 / e / Stytch / 0.2.1 / Stytch.podspec.json
blob91746d1a7f6d17d75f6efb9f83455110032f8b84
2   "name": "Stytch",
3   "version": "0.2.1",
4   "summary": "A Swift SDK for using Stytch's user-authentication products on Apple platforms.",
5   "homepage": "https://github.com/stytchauth/stytch-swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dan Loman": "dan@stytch.com"
12   },
13   "source": {
14     "git": "https://github.com/stytchauth/stytch-swift.git",
15     "tag": "0.2.1"
16   },
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15",
20     "tvos": "13.0"
21   },
22   "swift_versions": "5.5",
23   "documentation_url": "https://stytchauth.github.io/stytch-swift/documentation/stytchcore/",
24   "default_subspecs": "StytchCore",
25   "subspecs": [
26     {
27       "name": "StytchCore",
28       "source_files": "Sources/StytchCore/**/*",
29       "exclude_files": "**/Documentation*/**/*"
30     }
31   ],
32   "swift_version": "5.5"