blob: 291af02791003064a74898e0d3e55abdd513b4f3 [file] [log] [blame]
{
"name": "Rx+Kingfisher",
"version": "1.0.0",
"summary": "Kingfisher的一些扩展 以及Rx支持",
"description": "Kingfisher的一些扩展 链式写法\nRx 下载图片后做一些处理",
"homepage": "https://github.com/Z-JaDe",
"license": "MIT",
"authors": {
"ZJaDe": "zjade@outlook.com"
},
"source": {
"git": "https://github.com/Z-JaDe/RxKingfisher.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"swift_version": "4.0",
"default_subspecs": "RxSwift",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.{swift}",
"dependencies": {
"Kingfisher": [
"~> 4"
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxSwift/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 4"
],
"Rx+Kingfisher/Core": [
]
}
}
]
}