blob: 608991afb817faf3687a15b87e9134b10fce9732 [file] [log] [blame]
{
"name": "EFNetwork",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"summary": "基础框架核心模块",
"homepage": "https://gitlab.com/CactusProject/EFNetwork.git",
"authors": {
"zhaogang": "372398930@qq.com"
},
"source": {
"git": "https://gitlab.com/CactusProject/EFNetwork.git",
"tag": "1.0.0"
},
"requires_arc": true,
"dependencies": {
"EFCore": [
],
"Alamofire": [
],
"SwiftyJSON": [
]
},
"platforms": {
"ios": "8.0"
},
"source_files": "EFNetwork/**/*.swift"
}