[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / b / 3 / 5 / APLNetworkLayer / 0.1.3 / APLNetworkLayer.podspec.json
blob6a3d288ef348291a0803d7ed390cf4498287947d
2   "name": "APLNetworkLayer",
3   "version": "0.1.3",
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     "Ahmet Akbal": "ahmet.akbal@apploft.de"
14   },
15   "swift_versions": [
16     "4.0",
17     "5.0",
18     "5.0"
19   ],
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source": {
24     "git": "https://github.com/apploft/APLNetworkLayer.git",
25     "tag": "0.1.3"
26   },
27   "source_files": [
28     "Classes",
29     "Classes/**/*.{swift}",
30     "Classes/**/*.{h,m}"
31   ],
32   "exclude_files": "Classes/Exclude",
33   "requires_arc": true,
34   "swift_version": "5.0",
35   "subspecs": [
36     {
37       "name": "Utilities",
38       "platforms": {
39         "ios": "10.0"
40       },
41       "source_files": "Utilities/Classes/**/*.{swift}"
42     }
43   ]