blob: 884f484fae8569e33f03c392391b8dd57a34ac2d [file] [log] [blame]
{
"name": "JustTools",
"version": "5.0.0",
"summary": "A short description of JustTools.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Xiaoye220/JustTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yezengfeng": "576934532@qq.com"
},
"source": {
"git": "https://github.com/Xiaoye220/JustTools.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"default_subspecs": [
"UIKit",
"Foundation",
"Utils"
],
"swift_version": "5.0",
"subspecs": [
{
"name": "UIKit",
"source_files": "JustTools/Classes/UIKit/**/*"
},
{
"name": "Foundation",
"source_files": "JustTools/Classes/Foundation/*"
},
{
"name": "Utils",
"source_files": "JustTools/Classes/Utils/*"
},
{
"name": "RxSwift",
"source_files": "JustTools/Classes/RxSwift/*",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
}
}
]
}