[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 7 / RxSwift-SwiftyJSON / 1.0 / RxSwift-SwiftyJSON.podspec.json
blobc5adfb476d19efa86a5b76fd9c1295c27fbc4ddc
2   "name": "RxSwift-SwiftyJSON",
3   "version": "1.0",
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"
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   ]