blob: afcbe2b02a022baf487a06a525c9cbdb996be401 [file] [log] [blame]
{
"name": "SwiftMesh",
"version": "1.0.1",
"summary": "网络请求组件.",
"description": "工具.",
"homepage": "https://github.com/jackiehu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HU": "814030966@qq.com"
},
"source": {
"git": "https://github.com/jackiehu/SwiftMesh.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 5.0-rc.3"
]
},
"default_subspecs": "Request",
"subspecs": [
{
"name": "Mesh",
"source_files": "SwiftMesh/Mesh/**/*"
},
{
"name": "Request",
"dependencies": {
"SwiftMesh/Mesh": [
]
},
"source_files": "SwiftMesh/Request/**/*"
}
],
"swift_version": "5.1"
}