blob: 278edfe005692301ffbb3a9275191eb079cd5cc4 [file] [log] [blame]
{
"name": "CRToolBox",
"version": "0.1.3",
"swift_version": "4.0",
"summary": "Swift开发者的工具箱",
"description": "CR开发iOS项目中所用到的懒人用法分享给大家",
"homepage": "https://github.com/ChaoRenYuan/CRToolBox.git",
"license": "MIT",
"authors": {
"chaorenyuan": "chaoren@crios.cn"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ChaoRenYuan/CRToolBox.git",
"tag": "0.1.3"
},
"source_files": [
"CRToolBox/ExtensionTools",
"CRToolBox/MoreTools",
"CRToolBox/ObjectMapperTools",
"CRToolBox/CRImageBrowserTools"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"ObjectMapper": [
"3.3"
],
"lottie-ios": [
"2.5.2"
],
"Kingfisher": [
"4.9.0"
]
}
}