[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 7 / 1 / AtenzaWidgetsExt / 0.1.0 / AtenzaWidgetsExt.podspec.json
blob72e1f7086708ca2b0b666033fc9c52c45a920be1
2   "name": "AtenzaWidgetsExt",
3   "version": "0.1.0",
4   "summary": "A short description of AtenzaWidgetsExt.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/HippieFox/AtenzaWidgetsExt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HippieFox": "foxhippie5@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/HippieFox/AtenzaWidgetsExt.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "AtenzaWidgetsExt/Classes/**/*",
22   "dependencies": {
23     "SnapKit": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Funcs",
30       "source_files": "AtenzaWidgetsExt/Classes/Funcs/*"
31     },
32     {
33       "name": "Widgets",
34       "source_files": "AtenzaWidgetsExt/Classes/Widgets/*",
35       "dependencies": {
36         "AtenzaWidgetsExt/Funcs": [
38         ]
39       }
40     },
41     {
42       "name": "Extensions",
43       "source_files": "AtenzaWidgetsExt/Classes/Extensions/*"
44     }
45   ]