[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 5 / APLNetworkLayer / 0.0.8 / APLNetworkLayer.podspec.json
blob1b20c09f245a5e002c020e1a6bba7fdc356660f0
2   "name": "APLNetworkLayer",
3   "version": "0.0.8",
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.8"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{swift}",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "JSONDataDecoder",
31       "source_files": "Utilities/Classes/**/*.{swift}"
32     }
33   ]