blob: a2a805bb3b7ef1a9430ad85eef50bcc9e6b7b833 [file] [log] [blame]
{
"name": "SwiftMesh",
"version": "1.2.0",
"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.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
]
},
"default_subspecs": "Request",
"subspecs": [
{
"name": "Mesh",
"source_files": "SwiftMesh/Mesh/**/*"
},
{
"name": "Request",
"dependencies": {
"SwiftMesh/Mesh": [
]
},
"source_files": "SwiftMesh/Request/**/*"
}
],
"swift_version": "5.2"
}