[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / b / f / AlamofireAsync / 0.1.0 / AlamofireAsync.podspec.json
blobfd06c74b8fc57fc55193c3f91cd82f21f0e877e0
2   "name": "AlamofireAsync",
3   "version": "0.1.0",
4   "summary": "Async extension for Alamofire.",
5   "homepage": "https://github.com/zhxnlai/AlamofireAsync",
6   "license": "MIT",
7   "authors": {
8     "Zhixuan Lai": "zhxnlai@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/zhxnlai/AlamofireAsync.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "AlamofireAsync": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "Alamofire": [
26       "~> 3.0"
27     ],
28     "SwiftAsync": [
30     ]
31   }