[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 7 / RxSwift-SwiftyJSON / 1.0.1 / RxSwift-SwiftyJSON.podspec.json
blob88f39faf4ddb46a299a3eced9f3c65427f0b4bfe
2   "name": "RxSwift-SwiftyJSON",
3   "version": "1.0.1",
4   "summary": "SwiftyJSON bindings for RxSwift",
5   "description": "Easy to use SwiftyJSON in RxSwift",
6   "homepage": "https://github.com/psvmc/RxSwift-SwiftyJSON",
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-SwiftyJSON.git",
22     "tag": "1.0.1"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Source/RxSwift-SwiftyJSON/*.swift",
29       "dependencies": {
30         "RxSwift": [
31           "~> 2.4"
32         ],
33         "SwiftyJSON": [
34           "~> 2.3.2"
35         ]
36       },
37       "frameworks": "Foundation"
38     }
39   ]