blob: 75912230df160c08d65cca0f6020d78dabb71166 [file] [log] [blame]
{
"name": "EasyCoding",
"version": "0.0.3",
"summary": "提供日常开发常用的操作及控件的封装",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fanxiaoxin/EasyCoding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fanxiaoxin ": "fanxiaoxin_1987@126.com"
},
"source": {
"git": "https://github.com/fanxiaoxin/EasyCoding.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "EasyCoding/Classes/**/*",
"swift_versions": "5.2",
"resource_bundles": {
"EasyCoding": [
"EasyCoding/Assets/*.xcassets"
]
},
"subspecs": [
{
"name": "Basic",
"source_files": "EasyCoding/Classes/1.Basic/**/*",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
],
"JRSwizzle": [
]
}
},
{
"name": "Personalized",
"source_files": "EasyCoding/Classes/2.Business/2.1.Personalized/**/*",
"dependencies": {
"EasyCoding/Basic": [
]
}
},
{
"name": "AccessControl",
"source_files": "EasyCoding/Classes/2.Business/2.2.AccessControl/**/*",
"dependencies": {
"EasyCoding/Basic": [
]
}
},
{
"name": "Controls",
"source_files": [
"EasyCoding/Classes/3.Controls/**/*",
"EasyCoding/Classes/4.plugs/**/*"
],
"dependencies": {
"EasyCoding/AccessControl": [
],
"YYKeyboardManager": [
"~> 1.0.0"
],
"Kingfisher": [
"~> 5.14.0"
],
"MJRefresh": [
"~> 3.4.0"
]
},
"resource_bundles": {
"EasyCoding": [
"EasyCoding/Assets/*.xcassets"
]
}
},
{
"name": "Api",
"source_files": "EasyCoding/Classes/2.Business/2.3.Api/**/*",
"dependencies": {
"EasyCoding/Controls": [
],
"Moya": [
"~> 13.0.0"
],
"HandyJSON": [
"~> 5.0.0"
]
}
},
{
"name": "Promise",
"source_files": "EasyCoding/Classes/2.Business/2.9.Promise/**/*",
"dependencies": {
"EasyCoding/Api": [
],
"PromiseKit": [
"~> 6.13.1"
]
}
}
],
"swift_version": "5.2"
}