[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / a / b / AANetworking / 1.4 / AANetworking.podspec.json
blob3acdaa7173f0a403c827b03e1c2d4d1b932c3cae
2   "name": "AANetworking",
3   "version": "1.4",
4   "summary": "AANetworking wraps power of Alamofire and Moya into simple Codeable format",
5   "description": "AANetworking wraps power of Alamofire and Moya into simple Codeable format. Its a networking library written in Swift 5.0.",
6   "homepage": "https://github.com/EngrAhsanAli/AANetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ahsan Ali": "hafiz.m.ahsan.ali@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/EngrAhsanAli/AANetworking.git",
16     "tag": "1.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "AANetworking/Classes/**/*",
22   "dependencies": {
23     "Moya": [
24       "~> 14.0"
25     ]
26   }