[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / e / b / LJNetworkLayer / 1.1.1 / LJNetworkLayer.podspec.json
blob28c114bad3357cbc545e07478f23834b6a08c5b3
2   "name": "LJNetworkLayer",
3   "version": "1.1.1",
4   "summary": "A generic network layer in iOS with Swift 5 using protocol programming",
5   "description": "This is an easy setup for networking in iOS without any third party framework. Helps you make GET, POST, DELETE, PUT, etc calls and decode the JSON response to required model type without too much of boilerplate code.",
6   "homepage": "https://github.com/lintocj/LJNetworkLayer",
7   "license": "MIT",
8   "authors": {
9     "Linto Jacob": "lintojacob2009@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/lintocj/LJNetworkLayer.git",
16     "tag": "1.1.1"
17   },
18   "source_files": "LJNetworkLayer/**/*.swift",
19   "swift_versions": "5.0",
20   "frameworks": "UIKit",
21   "swift_version": "5.0"