blob: 669b8fbf5e4c9cf6c6b0b811e098c85bebdd110e [file] [log] [blame]
{
"name": "FunctionalRequest",
"version": "0.8.0",
"license": "MIT",
"summary": "Make request like a function call",
"homepage": "https://github.com/wlgemini/FunctionalRequest.git",
"authors": {
"wlgemini": "wangluguang@live.com"
},
"source": {
"git": "https://github.com/wlgemini/FunctionalRequest.git",
"tag": "0.8.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source_files": "Sources/*.swift",
"dependencies": {
"Alamofire": [
"~> 5.2.0"
]
},
"swift_version": "5.2"
}