blob: 8aa89b8e90fc28321c37f73ba33a8af9ea4ebdd2 [file] [log] [blame]
{
"name": "NetworkingLayer",
"platforms": {
"ios": "9.0"
},
"summary": "Network Lib based on Operation Layer",
"requires_arc": true,
"version": "0.0.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Moiseenko": "alexmoiseenko@me.com"
},
"homepage": "https://github.com/alexmay23/NetworkLayer",
"source": {
"git": "https://github.com/alexmay23/NetworkLayer.git",
"tag": "0.0.6"
},
"frameworks": "UIKit",
"dependencies": {
"OperationLayer": [
],
"Alamofire": [
]
},
"source_files": "Sources/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}