[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 1 / 6 / e / GenericNetworking / 0.1.1 / GenericNetworking.podspec.json
blobaa3b10c9d97b9cbcfe0f12d7aebf87ce272ca3e5
2   "name": "GenericNetworking",
3   "version": "0.1.1",
4   "summary": "simple generic style networking framework",
5   "description": "simple generic style networking framework base on Alamofire and Codable",
6   "homepage": "https://github.com/alexiscn/GenericNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alexiscn": "shuifengxu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/alexiscn/GenericNetworking.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GenericNetworking/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
25     ]
26   },
27   "pushed_with_swift_version": "4.0"