[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / 3 / SwiftMesh / 1.5.0 / SwiftMesh.podspec.json
blobd95d7aa6dd31fc349c200bbabd03188d59a79625
2   "name": "SwiftMesh",
3   "version": "1.5.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.5.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1",
24     "5.2"
25   ],
26   "requires_arc": true,
27   "frameworks": "Foundation",
28   "dependencies": {
29     "Alamofire": [
31     ]
32   },
33   "default_subspecs": "Request",
34   "subspecs": [
35     {
36       "name": "Mesh",
37       "source_files": "Sources/SwiftMesh/Mesh/**/*"
38     },
39     {
40       "name": "Request",
41       "dependencies": {
42         "SwiftMesh/Mesh": [
44         ]
45       },
46       "source_files": "Sources/SwiftMesh/Request/**/*"
47     }
48   ],
49   "swift_version": "5.2"