[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / c / 0 / RxQueryKit / 0.6.1 / RxQueryKit.podspec.json
blobe9cdd1e262a0e1617416eff57911441f11969080
2   "name": "RxQueryKit",
3   "version": "0.6.1",
4   "summary": "RxSwift extensions for dealing with QueryKit",
5   "homepage": "https://github.com/QueryKit/RxQueryKit",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/QueryKit/RxQueryKit.git",
16     "tag": "0.6.1"
17   },
18   "frameworks": [
19     "CoreData"
20   ],
21   "source_files": "RxQueryKit/*.swift",
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.10"
25   },
26   "requires_arc": true,
27   "dependencies": {
28     "RxSwift": [
29       "~> 3.0"
30     ],
31     "QueryKit": [
32       "~> 0.13.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"