[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 6 / e / GenericNetworking / 0.1.9 / GenericNetworking.podspec.json
blobe18fc42fc8d69106e033bc6134bc21afb10fccae
2   "name": "GenericNetworking",
3   "version": "0.1.9",
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.9"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "GenericNetworking/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
26     ]
27   }