[Add] boost-iosx 1.87.0.3
[CocoaPods.git] / Specs / 2 / d / b / Rx+Kingfisher / 1.0.0 / Rx+Kingfisher.podspec.json
blob291af02791003064a74898e0d3e55abdd513b4f3
2   "name": "Rx+Kingfisher",
3   "version": "1.0.0",
4   "summary": "Kingfisher的一些扩展 以及Rx支持",
5   "description": "Kingfisher的一些扩展 链式写法\nRx 下载图片后做一些处理",
6   "homepage": "https://github.com/Z-JaDe",
7   "license": "MIT",
8   "authors": {
9     "ZJaDe": "zjade@outlook.com"
10   },
11   "source": {
12     "git": "https://github.com/Z-JaDe/RxKingfisher.git",
13     "tag": "1.0.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": "Foundation",
20   "swift_version": "4.0",
21   "default_subspecs": "RxSwift",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/Core/**/*.{swift}",
26       "dependencies": {
27         "Kingfisher": [
28           "~> 4"
29         ]
30       }
31     },
32     {
33       "name": "RxSwift",
34       "source_files": "Sources/RxSwift/**/*.{swift}",
35       "dependencies": {
36         "RxSwift": [
37           "~> 4"
38         ],
39         "Rx+Kingfisher/Core": [
41         ]
42       }
43     }
44   ]