blob: 6240d533c5cc0c8b550f7598c48c2b46f9565954 [file] [log] [blame]
{
"name": "HTTPiOSCLient",
"version": "0.1.0",
"summary": "A short description of HTTPiOSCLient.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/caggiulio/HTTPiOSCLient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"caggiulio": "giulio.caggegi@skylabs.it"
},
"source": {
"git": "https://github.com/caggiulio/HTTPiOSCLient.git",
"branch": "main",
"tag": "0.1.0"
},
"platforms": {
"ios": "12.0"
},
"source_files": "HTTPiOSCLient/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"PromiseKit": [
]
}
}