[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / b / 5 / RxQuery / 1.6.1 / RxQuery.podspec.json
blobfd630e13dd5f188a18f0168faa50dc338c8707c5
2   "name": "RxQuery",
3   "version": "1.6.1",
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.1"
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   "swift_version": "5.0",
36   "subspecs": [
37     {
38       "name": "Core",
39       "source_files": "RxQuery/Core/**/*"
40     },
41     {
42       "name": "Http",
43       "source_files": [
44         "RxQuery/Core/**/*",
45         "RxQuery/Http/**/*"
46       ],
47       "dependencies": {
48         "Alamofire": [
49           "~> 5.0.0-rc.1"
50         ]
51       }
52     }
53   ]