[Add] FishjamCloudClient 0.6.0
[CocoaPods.git] / Specs / a / 3 / 8 / HttpSessionManager / 1.0.0 / HttpSessionManager.podspec.json
blob5f1ceccd5723d115272174fb6db697b09b5a34d9
2   "name": "HttpSessionManager",
3   "version": "1.0.0",
4   "summary": "Http网络请求管理库",
5   "swift_version": "4.2",
6   "description": "TODO: Add long description of the pod here.\nSimple and convenient network request lib, based Alamofire.",
7   "homepage": "https://github.com/zhengrusong/HttpSessionManager",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "zhengrusong": "707597767@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/zhengrusong/HttpSessionManager.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "HttpSessionManager/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.8.2"
26     ],
27     "SwiftyJSON": [
28       "4.2.0"
29     ]
30   }