[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / b / 3 / 5 / APLNetworkLayer / 0.0.6 / APLNetworkLayer.podspec.json
blob03372cc0c0cf6fb4090b18ce9dbcccc76b48167c
2   "name": "APLNetworkLayer",
3   "version": "0.0.6",
4   "summary": "APLNetworkLayer is a convenient interface for Apple's network framework that provides commonly used features.",
5   "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.",
6   "homepage": "https://github.com/apploft/APLNetworkLayer.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christine Pühringer": "christine.puehringer@apploft.de"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/apploft/APLNetworkLayer.git",
19     "tag": "0.0.6"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{swift}",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true