blob: b5f7257faedade7df9d52fe6b77edde7c14a20d5 [file] [log] [blame]
{
"name": "APLNetworkLayer",
"version": "0.9.1",
"summary": "APLNetworkLayer is a convenient interface for Apple's network framework that provides commonly used features.",
"description": "This network layer is a wrapper for Apple's network classes and \nfunctions that allows to use it conveniently made with Swift. It \nprovides all common features needed for network calls in iOS \ndevelopment.",
"homepage": "https://github.com/apploft/APLNetworkLayer.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christine Pühringer": "christine.puehringer@apploft.de",
"Ahmet Akbal": "ahmet.akbal@apploft.de",
"Nico Schümann": "nico.schuemann@apploft.de",
"Tino Rachui": "tino.rachui@apploft.de"
},
"swift_versions": [
"4.0",
"5.0"
],
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/apploft/APLNetworkLayer.git",
"tag": "0.9.1"
},
"source_files": [
"Classes",
"Classes/**/*.{swift}",
"Classes/**/*.{h,m}",
"Sources/APLNetworkLayer/**/*.{swift}"
],
"requires_arc": true,
"subspecs": [
{
"name": "Utilities",
"platforms": {
"ios": "10.0"
},
"source_files": "Utilities/Classes/**/*.{swift}"
}
],
"swift_version": "5.0"
}