blob: 988d296cdfeeef93583d86252bf9db9570c6322d [file] [log] [blame]
{
"name": "AANetworking",
"version": "1.2",
"summary": "AANetworking wraps power of Alamofire and Moya into simple Codeable format",
"description": "AANetworking wraps power of Alamofire and Moya into simple Codeable format. Its a networking library written in Swift 5.0.",
"homepage": "https://github.com/EngrAhsanAli/AANetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahsan Ali": "hafiz.m.ahsan.ali@gmail.com"
},
"source": {
"git": "https://github.com/EngrAhsanAli/AANetworking.git",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AANetworking/Classes/**/*",
"dependencies": {
"Moya": [
"~> 13.0"
]
}
}