blob: 1631a9b5457ec80e5189c4925880f28c93c46d17 [file] [log] [blame]
{
"name": "IANetworkLayer",
"version": "1.0.2",
"summary": "Flexible network layer built with Swift",
"description": "This network layer will give you full control over request-response processing and easy way to communicate with your server’s API.",
"homepage": "https://medium.com/@isaaliev12/flexible-network-layer-in-ios-app-with-swift-fd90a5b95a9d",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"IsaAliev": "isaaliev12@gmail.com"
},
"source": {
"git": "https://github.com/IsaAliev/IANetworkLayer.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "IANetworkLayer/NetworkLayer/ErrorHandling/ErrorMessageGetters/*.{swift}"
}