blob: 2036f914af20eda4645fdbfd951ce7bb57eb00c3 [file] [log] [blame]
{
"name": "APLNetworkLayer",
"version": "0.0.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 \nis intentionally not using cocoapods or other dependency managers \nin order to keep things simple and making extension and updating easier.",
"homepage": "https://github.com/apploft/APLNetworkLayer.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christine Pühringer": "christine.puehringer@apploft.de"
},
"platforms": {
"ios": "11.4"
},
"source": {
"git": "https://github.com/apploft/APLNetworkLayer.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{swift}",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}