[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / f / 0 / RxSwift-ObjectMapper / 1.0 / RxSwift-ObjectMapper.podspec.json
blob235f147cacf9f9377b72d130ce6d83a1e89d11af
2   "name": "RxSwift-ObjectMapper",
3   "version": "1.0",
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   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/psvmc/RxSwift-ObjectMapper.git",
22     "tag": "1.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Source/RxSwift-ObjectMapper/*.swift",
29       "dependencies": {
30         "RxSwift": [
31           "~> 2.4"
32         ],
33         "ObjectMapper": [
34           "~> 1.2"
35         ]
36       },
37       "frameworks": "Foundation"
38     }
39   ]