[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 6 / d / Castled / 3.4.2 / Castled.podspec.json
blob9f5cd139d2009397d35d7f83d78e984b62064eca
2   "name": "Castled",
3   "version": "3.4.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": "3.4.2"
31   },
32   "source_files": "Sources/Castled/**/*.{h,m,swift}",
33   "resource_bundles": {
34     "Castled": [
35       "Sources/Castled/**/*.{xcassets,storyboard,xib,js}"
36     ]
37   },
38   "readme": "README.md",
39   "pod_target_xcconfig": {
40     "DEFINES_MODULE": "YES"
41   },
42   "swift_version": "5.7"