[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / d / e / MinimalNetworking / 0.1.0 / MinimalNetworking.podspec.json
blob7d0d47d85fbb7a039a2b4b84ea216e65237190b6
2   "name": "MinimalNetworking",
3   "version": "0.1.0",
4   "summary": "A minimalist networking library for iOS projects.",
5   "description": "A simple networking library for iOS that emphasises brevity. It's dependency free, and\nuses a simple result enum to handle its (asynchronous) requests.",
6   "homepage": "https://github.com/Firanus/MinimalNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Firanus": "ivan.useful@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Firanus/MinimalNetworking.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_version": "4.1",
22   "source_files": "MinimalNetworking/Classes/**/*"