[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / b / 5 / RxQuery / 1.6.0 / RxQuery.podspec.json
blobe721dd4b2c1523c403213783e712eb5f3e01866f
2   "name": "RxQuery",
3   "version": "1.6.0",
4   "summary": "Extension of RxSwift pod",
5   "homepage": "https://github.com/gsagadyn/RxQuery",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Grzegorz Sagadyn": "sagadyn@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/gsagadyn/RxQuery.git",
15     "tag": "1.6.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.3"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "default_subspecs": [
27     "Core",
28     "Http"
29   ],
30   "dependencies": {
31     "RxSwift": [
32       "~> 5.0"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": "RxQuery/Core/**/*"
39     },
40     {
41       "name": "Http",
42       "source_files": [
43         "RxQuery/Core/**/*",
44         "RxQuery/Http/**/*"
45       ],
46       "dependencies": {
47         "Alamofire": [
48           "~> 5.0.0-beta.5"
49         ]
50       }
51     }
52   ]