[Add] DXPAnalyticsLib 1.0.18
[CocoaPods.git] / Specs / 5 / b / c / WGExtension / 1.0.9 / WGExtension.podspec.json
blobfd520163d6af9ffcbccfc80df9cf4fb7ee57bc22
2   "name": "WGExtension",
3   "version": "1.0.9",
4   "summary": "WGExtension.",
5   "description": "Just the category and tools.",
6   "homepage": "https://github.com/Veeco/WGExtension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Veeco": "298059748@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Veeco/WGExtension.git",
16     "tag": "1.0.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "WGExtension/Category/WGExtension.h",
22   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": "WGExtension/Category/*+WGExtension.*"
26     },
27     {
28       "name": "Header",
29       "source_files": "WGExtension/Header/*"
30     },
31     {
32       "name": "Util",
33       "subspecs": [
34         {
35           "name": "UUID",
36           "source_files": "WGExtension/Util/UUID/*"
37         }
38       ]
39     }
40   ]