[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 6 / d / Castled / 3.5.1 / Castled.podspec.json
blob25257205de71a2549ba635d4c28603db45a4aba7
2   "name": "Castled",
3   "version": "3.5.1",
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.49.1"
25       ]
26     }
27   },
28   "source": {
29     "git": "https://github.com/castledio/castled-ios-sdk.git",
30     "tag": "3.5.1"
31   },
32   "source_files": [
33     "Sources/Castled/**/*.{h,m,swift}",
34     "Sources/CastledObjC/**/*.{h,m,swift}"
35   ],
36   "resource_bundles": {
37     "Castled": [
38       "Sources/Castled/**/*.{xcassets,storyboard,xib,js}"
39     ]
40   },
41   "readme": "README.md",
42   "pod_target_xcconfig": {
43     "DEFINES_MODULE": "YES"
44   },
45   "swift_version": "5.7"