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