[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / d / TermiNetwork / 0.3.2 / TermiNetwork.podspec.json
blob9e2a2dc33bb9311a890223dcac3fb6a100e2c669
2   "name": "TermiNetwork",
3   "version": "0.3.2",
4   "summary": "A Networking Library written in Swift 5.0",
5   "description": "TermiNetwork is a networking library written with Swift 4.0 that supports multi-environment configuration, routing and automatic deserialization (currently Codable and UIImage deserialization is supported).",
6   "homepage": "https://github.com/billp/TermiNetwork.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bill Panagiotopoulos": "billp.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/billp/TermiNetwork.git",
16     "tag": "0.3.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TermiNetwork/Classes/**/*",
22   "dependencies": {
23     "SwiftyJSON": [
24       "~> 4.2"
25     ]
26   }