[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 5 / APLNetworkLayer / 0.3.1 / APLNetworkLayer.podspec.json
blobf628e693c23e19adaa537961ad1205d07c5e837b
2   "name": "APLNetworkLayer",
3   "version": "0.3.1",
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     "Nico Schümann": "nico.schuemann@apploft.de"
15   },
16   "swift_versions": [
17     "4.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.3.1"
26   },
27   "source_files": [
28     "Classes",
29     "Classes/**/*.{swift}",
30     "Classes/**/*.{h,m}"
31   ],
32   "exclude_files": "Classes/Exclude",
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "Utilities",
37       "platforms": {
38         "ios": "10.0"
39       },
40       "source_files": "Utilities/Classes/**/*.{swift}"
41     }
42   ],
43   "swift_version": "5.0"