[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / d / 8 / RxSwiftDitto / 0.1.1 / RxSwiftDitto.podspec.json
blobc237b141e27892c7a2015387cb928eb978bd117a
2   "name": "RxSwiftDitto",
3   "version": "0.1.1",
4   "summary": "RxSwift extension methods around the DittoSwift library.",
5   "homepage": "https://github.com/getditto/RxSwiftDitto",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "mbalex99": "max@ditto.live"
12   },
13   "source": {
14     "git": "https://github.com/getditto/RxSwiftDitto.git",
15     "tag": "0.1.1"
16   },
17   "social_media_url": "https://twitter.com/dittolive",
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "RxSwiftDitto/Classes/**/*",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "dependencies": {
30     "RxSwift": [
31       ">= 6.0.0"
32     ],
33     "DittoSwift": [
34       ">= 1.0.0"
35     ]
36   },
37   "swift_version": "5.1"