[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / 2 / RxNMapsMap / 0.3.0 / RxNMapsMap.podspec.json
blob7a05227ba5a95d90a91d6c0100db01e46d226f9f
2   "name": "RxNMapsMap",
3   "version": "0.3.0",
4   "summary": "RxSwift wrapper for NMapsMap Delegate",
5   "homepage": "https://github.com/sseungmn/RxNMapsMap",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "miniOS": "seungmin.oh.dev@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/sseungmn/RxNMapsMap.git",
15     "tag": "0.3.0"
16   },
17   "swift_versions": "5.5.0",
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "RxNMapsMap/Classes/**/*",
22   "dependencies": {
23     "NMapsMap": [
24       "~> 3.14.1"
25     ],
26     "RxSwift": [
27       "~> 6.5.0"
28     ],
29     "RxCocoa": [
30       "~> 6.5.0"
31     ]
32   },
33   "xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "pod_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   },
39   "swift_version": "5.5.0"