[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / 3 / SwiftMesh / 1.0.0 / SwiftMesh.podspec.json
blob857e0a06c532604d38c6fb9cbd6a4486e87b8f67
2   "name": "SwiftMesh",
3   "version": "1.0.0",
4   "summary": "网络请求组件.",
5   "description": "工具.",
6   "homepage": "https://github.com/jackiehu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HU": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/SwiftMesh.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.1",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Alamofire": [
26       "~> 5.0-rc.3"
27     ]
28   },
29   "default_subspecs": "Request",
30   "subspecs": [
31     {
32       "name": "Mesh",
33       "source_files": "SwiftMesh/Mesh/**/*"
34     },
35     {
36       "name": "Request",
37       "dependencies": {
38         "SwiftMesh/Mesh": [
40         ]
41       },
42       "source_files": "SwiftMesh/Request/**/*"
43     }
44   ],
45   "swift_version": "5.1"