[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 6 / d / Castled / 2.5.2 / Castled.podspec.json
blobb4d4c0c0e44cebaab0a73755e7223c2ec2303bb0
2   "name": "Castled",
3   "version": "2.5.2",
4   "summary": "iOS SDK for Castled Push and InApp support",
5   "description": "Castled SDK library providing support for push and in app notifications and event handling.",
6   "homepage": "https://github.com/castledio/castled-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Castled Data": "https://castled.io"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.7",
18   "ios": {
19     "dependencies": {
20       "SDWebImage": [
21         "~> 5.11"
22       ],
23       "RealmSwift": [
24         "~>10.43.0"
25       ]
26     }
27   },
28   "source": {
29     "git": "https://github.com/castledio/castled-ios-sdk.git",
30     "tag": "2.5.2"
31   },
32   "source_files": "Sources/Castled/**/*.{h,m,swift}",
33   "preserve_paths": [
34     "Sources/Castled/**/*.swift",
35     "Sources/Castled/**/*.xcassets",
36     "Sources/Castled/**/*.xib",
37     "Sources/Castled/**/*.storyboard",
38     "Sources/Castled/**/*.js",
39     "*.md"
40   ],
41   "resource_bundles": {
42     "Castled": [
43       "Sources/Castled/**/*.{xcassets,storyboard,xib,js}"
44     ]
45   },
46   "readme": "README.md",
47   "swift_version": "5.7"