[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / b / 5 / RxQuery / 1.2.0 / RxQuery.podspec.json
blobda2a6d051a8b113222a69cf91b2abda05d5211c9
2   "name": "RxQuery",
3   "version": "1.2.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.2.0"
16   },
17   "swift_version": "4.2",
18   "platforms": {
19     "ios": "9.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": [
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": [
49         ]
50       }
51     }
52   ]