[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 3 / b / 5 / Knock / 1.2.4 / Knock.podspec.json
blobe108fbd78d74b28b61cb14aeb5afea61b79d7ee8
2   "name": "Knock",
3   "version": "1.2.4",
4   "summary": "An SDK to build in-app notifications experiences in Swift with Knock.",
5   "description": "With this SDK, you can use Knock's notification infrastructure directly from Swift in your apps.\n\nYou can see an example app that uses this SDK here: https://github.com/knocklabs/ios-example-app\n\nCheck the docs on this page: https://docs.knock.app/in-app-ui/ios/overview",
6   "homepage": "https://knock.app",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Knock": "support@knock.app"
13   },
14   "source": {
15     "git": "https://github.com/knocklabs/knock-swift.git",
16     "tag": "1.2.4"
17   },
18   "platforms": {
19     "ios": "15.0"
20   },
21   "swift_versions": "5.3",
22   "source_files": "Sources/**/*.{swift}",
23   "resource_bundles": {
24     "Colors": [
25       "Sources/Resources/Colors.xcassets"
26     ],
27     "Media": [
28       "Sources/Resources/Media.xcassets"
29     ]
30   },
31   "dependencies": {
32     "SwiftPhoenixClient": [
33       "~> 5.2.2"
34     ]
35   },
36   "swift_version": "5.3"