[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 2 / 4 / 7 / RxSwift-SwiftyJSON / 1.1 / RxSwift-SwiftyJSON.podspec.json
blobfd0362f6048aabdd1d5e0fe2962be608d456f891
2   "name": "RxSwift-SwiftyJSON",
3   "version": "1.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.1"
23   },
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "RxAlamofireDemo_Swift/Lib/Lib-Swift/RxSwift-SwiftyJSON/*.swift",
32       "dependencies": {
33         "RxSwift": [
34           "~> 3.0"
35         ],
36         "SwiftyJSON": [
37           "~> 3.1"
38         ]
39       },
40       "frameworks": "Foundation",
41       "pod_target_xcconfig": {
42         "SWIFT_VERSION": "3.0"
43       }
44     }
45   ]