blob: d1f679cfb990d79ac9eef69468dcd9b3c6c449ab [file] [log] [blame]
{
"name": "NetworkLayer-Cly",
"version": "1.0.1",
"summary": "A wrapper around Alamofire and ObjectMapper to create request objects",
"swift_version": "4.2",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/omarmohali/NetworkLayer-Cly",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"omarmohali": "omar.moh.aly@gmail.com"
},
"source": {
"git": "https://github.com/omarmohali/NetworkLayer-Cly.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetworkLayer-Cly/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
]
}
}