[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 5 / APLNetworkLayer / 0.9.0 / APLNetworkLayer.podspec.json
blob8a9fb7ba9d8d6f52d640b388be072f7afc60f94e
2   "name": "APLNetworkLayer",
3   "version": "0.9.0",
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     "Tino Rachui": "tino.rachui@apploft.de"
16   },
17   "swift_versions": [
18     "4.0",
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "11.0"
23   },
24   "source": {
25     "git": "https://github.com/apploft/APLNetworkLayer.git",
26     "tag": "0.9.0"
27   },
28   "source_files": [
29     "Classes",
30     "Classes/**/*.{swift}",
31     "Classes/**/*.{h,m}",
32     "Sources/APLNetworkLayer/**/*.{swift}"
33   ],
34   "requires_arc": true,
35   "subspecs": [
36     {
37       "name": "Utilities",
38       "platforms": {
39         "ios": "10.0"
40       },
41       "source_files": "Utilities/Classes/**/*.{swift}"
42     }
43   ],
44   "swift_version": "5.0"