[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / f / 0 / RxSwift-ObjectMapper / 1.1 / RxSwift-ObjectMapper.podspec.json
blobff3314e46139e943b3dc8951fe389903b711a5e3
2   "name": "RxSwift-ObjectMapper",
3   "version": "1.1",
4   "summary": "ObjectMapper bindings for RxSwift",
5   "description": "Easy to use ObjectMapper in RxSwift",
6   "homepage": "https://github.com/psvmc/RxSwift-ObjectMapper",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "psvmc": "183518918@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/psvmc/RxSwift-ObjectMapper.git",
16     "tag": "1.1"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "3.0"
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": "true",
25   "source_files": "RxAlamofireDemo_Swift/Lib/Lib-Swift/RxSwift-ObjectMapper/*.swift",
26   "dependencies": {
27     "RxSwift": [
28       "~> 3.0"
29     ],
30     "ObjectMapper": [
31       "~> 2.2"
32     ]
33   },
34   "frameworks": "Foundation"