blob: fc163ef852dcd88fd87a1adc22d2d3235d05569b [file] [log] [blame]
{
"name": "SKNetworkingLib",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"summary": "Library helps to create and execute requests",
"requires_arc": true,
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Serhii Kostian": "skostyan666@gmail.com"
},
"homepage": "https://github.com/sjsoad/Networking",
"source": {
"git": "https://github.com/sjsoad/Networking.git",
"tag": "0.1.0"
},
"frameworks": "Foundation",
"source_files": "Networking/**/*.{swift}",
"dependencies": {
"SKActivityViewable": [
],
"SKAlertViewable": [
],
"Alamofire": [
]
}
}