[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / f / a / SwiftConnect / 1.0.0 / SwiftConnect.podspec.json
blobc88ba8f367d41ba1405d9f98668cd05b8f722449
2   "name": "SwiftConnect",
3   "version": "1.0.0",
4   "summary": "SwiftConnect, simple yet powerful networking abstraction layer",
5   "description": "SwiftConnect is a lightweight network abstraction layer, built on top of Alamofire. It can be used to dramatically simplify interacting with RESTful JSON web-services.",
6   "homepage": "https://github.com/tareksabry1337/SwiftConnect",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tarek Sabry": "tareksabry444@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/tareksabry1337/SwiftConnect.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SwiftConnect/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "5.1.0"
25     ]
26   },
27   "swift_versions": "5.0",
28   "swift_version": "5.0"