blob: fd06c74b8fc57fc55193c3f91cd82f21f0e877e0 [file] [log] [blame]
{
"name": "AlamofireAsync",
"version": "0.1.0",
"summary": "Async extension for Alamofire.",
"homepage": "https://github.com/zhxnlai/AlamofireAsync",
"license": "MIT",
"authors": {
"Zhixuan Lai": "zhxnlai@gmail.com"
},
"source": {
"git": "https://github.com/zhxnlai/AlamofireAsync.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AlamofireAsync": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"SwiftAsync": [
]
}
}