[Add] AnyThinkFacebookSDKAdapter 6.4.40
[CocoaPods.git] / Specs / b / 3 / 5 / APLNetworkLayer / 0.0.3 / APLNetworkLayer.podspec.json
blob106597fffb0d2a8a457c25a44bb12fad9d61e12b
2   "name": "APLNetworkLayer",
3   "version": "0.0.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   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/apploft/APLNetworkLayer.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{swift}",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true